SM\Factory\AbstractFactory::createStateMachine PHP Method

createStateMachine() abstract protected method

Create a state machine for the given object and config
abstract protected createStateMachine ( $object, array $config ) : SM\StateMachine\StateMachineInterface
$object
$config array
return SM\StateMachine\StateMachineInterface
    protected abstract function createStateMachine($object, array $config);