izzum\statemachine\AbstractFactory::createLoader PHP Method

createLoader() abstract protected method

A simple implementation might use the LoaderArray
abstract protected createLoader ( ) : izzum\statemachine\loader\Loader
return izzum\statemachine\loader\Loader An implementation of a Loader class (might be implemented on the persistence adapter)
    protected abstract function createLoader();