PHP izzum\statemachine\loader Namespace

Interfaces

Name Description
Loader Loader is an interface for all classes that are able to get configuration data and load the statemachine with that configuration data.

Classes

Name Description
ArrayLoaderTest Tests the loading mechanisms objects
JSON JSON loader. accepts a json string and loads a machine from it.
JSONTest
LoaderArray LoaderArray supports configuration of a StateMachine by loading it from an array of Transition instances.
MyStatic Static class. this can be called as a callable. configured in the configuration loaded by loaders
XML XML loader. accepts an xml string and loads a machine from it.
XMLTest
YAML YAML loader. accepts a yaml string and loads a machine from it.
YAMLTest