|
libSmalldb
v2.0.2
|
Public Member Functions | |
| __construct () | |
| getDefinition (string $machineType) | |
| Get the definition of the state machine. More... | |
| hasDefinition (string $machineType) | |
| getAllDefinitions () | |
| getAllAliases () | |
| getAllMachineTypes () | |
| addDefinition (StateMachineDefinition $definition) | |
| addAlias (string $alias, string $machineType) | |
| __construct | ( | ) |
| getDefinition | ( | string | $machineType | ) |
Get the definition of the state machine.
Implements SmalldbDefinitionBagInterface.
| hasDefinition | ( | string | $machineType | ) |
| getAllDefinitions | ( | ) |
Implements SmalldbDefinitionBagInterface.
| getAllAliases | ( | ) |
Implements SmalldbDefinitionBagInterface.
| getAllMachineTypes | ( | ) |
Implements SmalldbDefinitionBagInterface.
| addDefinition | ( | StateMachineDefinition | $definition | ) |
| addAlias | ( | string | $alias, |
| string | $machineType | ||
| ) |
1.8.13