|
Smalldb-REST
v0.4
|
Handler, which really invokes Smalldb. More...

Public Member Functions | |
| __construct ($config, $smalldb) | |
| Constructor. | |
| getKnownTypes () | |
| Get known state machine types. More... | |
| listing ($filters) | |
| List state machines matching $filters. More... | |
| readState ($id) | |
| Read state of state machine. | |
| readViews ($id, $view_names) | |
| Read state of state machine. | |
| checkTransition ($id, $action) | |
| Check if transition is available. | |
| invokeTransition ($id, $action, $args) | |
| Invoke transition of state machine. | |
Protected Attributes | |
| $smalldb | |
| Smalldb to operate on. | |
Handler, which really invokes Smalldb.
| getKnownTypes | ( | ) |
Get known state machine types.
Implements IHandler.
| listing | ( | $filters | ) |
List state machines matching $filters.
Implements IHandler.
1.8.11