Semantics
Class State
Table of Contents
Constants
Methods
- getFinishStates() : array<string|int, mixed>
- Get finish states.
- getReadyStates() : array<string|int, mixed>
- Get ready states.
- getStates() : array<string|int, mixed>
- Get states by semantic ID.
- getWorkStates() : array<string|int, mixed>
- Get work states.
Constants
FINISHED
public
mixed
FINISHED
= 1
READY
public
mixed
READY
= 2
WORKING
public
mixed
WORKING
= 3
Methods
getFinishStates()
Get finish states.
public
static getFinishStates() : array<string|int, mixed>
Return values
array<string|int, mixed>getReadyStates()
Get ready states.
public
static getReadyStates() : array<string|int, mixed>
Return values
array<string|int, mixed>getStates()
Get states by semantic ID.
public
static getStates(int $semanticId) : array<string|int, mixed>
Parameters
- $semanticId : int
-
Semantic ID.
Return values
array<string|int, mixed>getWorkStates()
Get work states.
public
static getWorkStates() : array<string|int, mixed>