libSmalldb
v2.0.2
|
Public Member Functions | |
invalidateCache () | |
Invalidate cached data. More... | |
getState () | |
Read state machine state. More... | |
getDefinition () | |
Get state machine definition. More... | |
isTransitionAllowed (string $transitionName) | |
Return true when the transition is available. More... | |
invokeTransition (string $transitionName,... $args) | |
Invoke transition of the state machine. More... | |
get (string $propertyName) | |
Return value of the given property. More... | |
getMachineType () | |
Get state machine type. More... | |
getMachineId () | |
Get ID of the state machine. More... | |
Public Attributes | |
const | NOT_EXISTS = "" |
invalidateCache | ( | ) |
Invalidate cached data.
getState | ( | ) |
Read state machine state.
getDefinition | ( | ) |
Get state machine definition.
isTransitionAllowed | ( | string | $transitionName | ) |
Return true when the transition is available.
invokeTransition | ( | string | $transitionName, |
$args | |||
) |
Invoke transition of the state machine.
get | ( | string | $propertyName | ) |
Return value of the given property.
|
inherited |
Get state machine type.
|
inherited |
Get ID of the state machine.
The ID must be unique within state machine type.
const NOT_EXISTS = "" |