class DeleteGroupCommand extends Command (View source)

Traits

Properties

protected int $groupID from  ExistingGroupTrait
private bool $onlyIfEmpty

Methods

static string
getHandler()

No description

from  Command
int
getGroupID()

No description

object
setGroupID(int $groupID)

No description

__construct(int $groupId)

No description

bool
isOnlyIfEmpty()

No description

object
setOnlyIfEmpty(bool $value)

No description

Details

static string getHandler()

No description

Return Value

string

int getGroupID()

No description

Return Value

int

object setGroupID(int $groupID)

No description

Parameters

int $groupID

Return Value

object

__construct(int $groupId)

No description

Parameters

int $groupId

bool isOnlyIfEmpty()

No description

Return Value

bool

object setOnlyIfEmpty(bool $value)

No description

Parameters

bool $value

Return Value

object