izzum\statemachine\AbstractFactory::createMachine PHP Method

createMachine() protected method

create a statemachine
protected createMachine ( Context $context ) : StateMachine
$context Context
return StateMachine
    protected function createMachine(Context $context)
    {
        return new StateMachine($context);
    }