DepartmentStatisticsModel
implements
AccessibleItem
Table of Contents
Interfaces
- AccessibleItem
Methods
-
__construct()
: mixed
-
createFromId()
: AccessibleItem
-
createNew()
: self
-
getId()
: int
-
getUserIds()
: array<string|int, int>
__construct()
public
__construct(int $departmentId, array<string|int, mixed> $userIds) : mixed
Parameters
-
$departmentId
: int
-
-
$userIds
: array<string|int, mixed>
-
createFromId()
public
static createFromId(int $itemId) : AccessibleItem
Parameters
-
$itemId
: int
-
createNew()
public
static createNew(int $departmentId) : self
Parameters
-
$departmentId
: int
-
getId()
public
getId() : int
getUserIds()
public
getUserIds() : array<string|int, int>
Return values
array<string|int, int>