Property | Type | Description | |
---|---|---|---|
$callbackFactory | SM\Callback\CallbackFactoryInterface | ||
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface |
Method | Description | |
---|---|---|
__construct ( array $configs, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher = null, SM\Callback\CallbackFactoryInterface $callbackFactory = null ) |
Method | Description | |
---|---|---|
createStateMachine ( $object, array $config ) | {@inheritDoc} |
public __construct ( array $configs, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher = null, SM\Callback\CallbackFactoryInterface $callbackFactory = null ) | ||
$configs | array | |
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
$callbackFactory | SM\Callback\CallbackFactoryInterface |
protected createStateMachine ( $object, array $config ) | ||
$config | array |
protected CallbackFactoryInterface,SM\Callback $callbackFactory | ||
return | SM\Callback\CallbackFactoryInterface |