final class Result (View source)

Properties

private int[] $deletedGroupIDs
private $undeletableGroups

Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.

Methods

string
__toString()

No description

bool
isGroupDeleted(int $groupID)

No description

array
getDeletedGroupIDs()

No description

int
getNumberOfDeletedGroups()

No description

object
addDeletedGroup(int $groupID)

No description

object
addUndeletableGrup(int $groupID, string $reason)

No description

int
getNumberOfUndeletableGroups()

No description

array
getUndeletableGroups()

Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.

object
merge(Result $other)

Merge another Result instance into this one.

Details

string __toString()

No description

Return Value

string

bool isGroupDeleted(int $groupID)

No description

Parameters

int $groupID

Return Value

bool

array getDeletedGroupIDs()

No description

Return Value

array

int getNumberOfDeletedGroups()

No description

Return Value

int

object addDeletedGroup(int $groupID)

No description

Parameters

int $groupID

Return Value

object

object addUndeletableGrup(int $groupID, string $reason)

No description

Parameters

int $groupID
string $reason

Return Value

object

int getNumberOfUndeletableGroups()

No description

Return Value

int

array getUndeletableGroups()

Array keys are the group IDs, array values are the reasons why the group couldn't be deleted.

Return Value

array

object merge(Result $other)

Merge another Result instance into this one.

Parameters

Result $other

Return Value

object