Table of Contents
Methods
-
getGroupType()
: Type|null
-
getInstance()
: static
-
isExistingGroup()
: bool
-
loadGroupTypes()
: void
-
onObjectLoaded()
: void
getGroupType()
public
getGroupType(int $groupId) : Type|null
Parameters
-
$groupId
: int
-
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
getInstance()
public
static getInstance() : static
isExistingGroup()
public
isExistingGroup(string $name[, int $groupId = 0 ]) : bool
Parameters
-
$name
: string
-
-
$groupId
: int
= 0
-
loadGroupTypes()
public
loadGroupTypes(int ...$groupIds) : void
Parameters
-
$groupIds
: int
-
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ArgumentException
onObjectLoaded()
public
onObjectLoaded(GroupLoadedEvent $event) : void
Parameters
-
$event
: GroupLoadedEvent
-