Table of Contents
Interfaces
- Containable
Constants
-
SEMANTIC_FAIL
= 'FAIL'
-
SEMANTIC_SUCCESS
= 'SUCCESS'
Methods
-
getAccessCodesForItemsMove()
: array<string|int, mixed>
-
getAccessCodesForModify()
: array<string|int, mixed>
-
getAccessCodesForView()
: array<string|int, mixed>
-
getColor()
: string
-
getFieldSettings()
: array<string|int, mixed>
-
getId()
: int|null
-
getItems()
: Collection
-
getItemsCount()
: int
-
getPermissionEntity()
: string
-
getPermissions()
: array<string|int, mixed>
-
getPossibleNextStageIds()
: array<string|int, mixed>
-
getType()
: Type
-
getUserFieldCollection()
: UserFieldCollection
-
getUserSortedItems()
: Collection
-
isFail()
: bool
-
isFinal()
: bool
-
isFirst()
: bool
-
isSuccess()
: bool
SEMANTIC_FAIL
public
mixed
SEMANTIC_FAIL
= 'FAIL'
SEMANTIC_SUCCESS
public
mixed
SEMANTIC_SUCCESS
= 'SUCCESS'
getAccessCodesForItemsMove()
public
getAccessCodesForItemsMove() : array<string|int, mixed>
Return values
array<string|int, mixed>
public
getAccessCodesForModify() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAccessCodesForView()
public
getAccessCodesForView() : array<string|int, mixed>
Return values
array<string|int, mixed>
getColor()
public
getColor() : string
getFieldSettings()
public
getFieldSettings([bool $isFromCache = true ]) : array<string|int, mixed>
Parameters
-
$isFromCache
: bool
= true
-
Return values
array<string|int, mixed>
getId()
public
getId() : int|null
getItems()
public
getItems([array<string|int, mixed> $parameters = [] ]) : Collection
Parameters
-
$parameters
: array<string|int, mixed>
= []
-
getItemsCount()
public
getItemsCount() : int
getPermissionEntity()
public
getPermissionEntity() : string
getPermissions()
public
getPermissions([bool $isFromCache = true ]) : array<string|int, mixed>
Parameters
-
$isFromCache
: bool
= true
-
Return values
array<string|int, mixed>
getPossibleNextStageIds()
public
getPossibleNextStageIds([bool $isFromCache = false ]) : array<string|int, mixed>
Parameters
-
$isFromCache
: bool
= false
-
Return values
array<string|int, mixed>
getType()
public
getType() : Type
getUserFieldCollection()
public
getUserFieldCollection() : UserFieldCollection
getUserSortedItems()
public
getUserSortedItems([array<string|int, mixed> $parameters = [] ][, int $userId = null ]) : Collection
Parameters
-
$parameters
: array<string|int, mixed>
= []
-
-
$userId
: int
= null
-
isFail()
public
isFail() : bool
isFinal()
public
isFinal() : bool
isFirst()
public
isFirst() : bool
isSuccess()
public
isSuccess() : bool