GroupRegistry
Table of Contents
Methods
-
get()
: array<string|int, mixed>|null
-
getInstance()
: static
-
load()
: $this
get()
public
get(int $groupId) : array<string|int, mixed>|null
Parameters
-
$groupId
: int
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>|null
getInstance()
public
static getInstance() : static
load()
public
load(array<string|int, mixed>|int $groupIds) : $this
Parameters
-
$groupIds
: array<string|int, mixed>|int
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException