WorkflowStateFilter
Table of Contents
Constants
-
PRESET_ACTIVE_TASK
= 'active_task'
-
PRESET_ALL_COMPLETED
= 'all_completed'
-
PRESET_COMMENT
= 'comment'
-
PRESET_DEFAULT
= self::PRESET_IN_WORK
-
PRESET_HAS_TASK
= 'has_task'
-
PRESET_IN_WORK
= 'in_work'
-
PRESET_STARTED
= 'started'
Methods
-
getPresetList()
: array<string|int, mixed>
-
isDefined()
: bool
PRESET_ACTIVE_TASK
public
mixed
PRESET_ACTIVE_TASK
= 'active_task'
PRESET_ALL_COMPLETED
public
mixed
PRESET_ALL_COMPLETED
= 'all_completed'
public
mixed
PRESET_COMMENT
= 'comment'
PRESET_DEFAULT
public
mixed
PRESET_DEFAULT
= self::PRESET_IN_WORK
PRESET_HAS_TASK
public
mixed
PRESET_HAS_TASK
= 'has_task'
PRESET_IN_WORK
public
mixed
PRESET_IN_WORK
= 'in_work'
PRESET_STARTED
public
mixed
PRESET_STARTED
= 'started'
getPresetList()
public
static getPresetList() : array<string|int, mixed>
Return values
array<string|int, mixed>
isDefined()
public
static isDefined(string $presetId) : bool
Parameters
-
$presetId
: string
-