Smalldb-REST
v0.5-5-gff393ee
|
Training dummy for Router testing.
Public Member Functions | |
__call ($method, $args) | |
Log all calls. More... | |
getKnownTypes () | |
Get known state machine types. More... | |
readState ($id) | |
Read state of state machine. More... | |
readViews ($id, $view_names) | |
Read state of state machine. More... | |
invokeTransition ($id, $transition_name, $transition_args) | |
Invoke transition of state machine. More... | |
checkTransition ($id, $action) | |
Check if transition is available. More... | |
listing ($filters) | |
List state machines matching $filters. More... | |
__call | ( | $method, | |
$args | |||
) |
Log all calls.
getKnownTypes | ( | ) |
Get known state machine types.
Implements IHandler.
readState | ( | $id | ) |
Read state of state machine.
Implements IHandler.
readViews | ( | $id, | |
$view_names | |||
) |
Read state of state machine.
Implements IHandler.
invokeTransition | ( | $id, | |
$transition_name, | |||
$transition_args | |||
) |
Invoke transition of state machine.
Implements IHandler.
checkTransition | ( | $id, | |
$action | |||
) |
Check if transition is available.
Implements IHandler.
listing | ( | $filters | ) |
List state machines matching $filters.
Implements IHandler.