Table of Contents
Methods
-
createFromId()
: AccessibleItem
-
getGroupId()
: int
-
getId()
: int
-
getMembers()
: array<string|int, mixed>
-
getStatus()
: int|null
-
isClosed()
: bool
-
isDeleted()
: bool
-
isInDepartment()
: bool
createFromId()
public
static createFromId(int $itemId) : AccessibleItem
Parameters
-
$itemId
: int
-
getGroupId()
public
getGroupId() : int
getId()
public
getId() : int
getMembers()
public
getMembers([string $role = null ]) : array<string|int, mixed>
Parameters
-
$role
: string
= null
-
Return values
array<string|int, mixed>
getStatus()
public
getStatus() : int|null
isClosed()
public
isClosed() : bool
isDeleted()
public
isDeleted() : bool
isInDepartment()
public
isInDepartment(int $userId[, bool $recursive = false ][, array<string|int, mixed> $roles = [] ]) : bool
Parameters
-
$userId
: int
-
-
$recursive
: bool
= false
-
-
$roles
: array<string|int, mixed>
= []
-