Inheritance: implements SM\Factory\ClearableFactoryInterface
コード例 #1
0
ファイル: Factory.php プロジェクト: winzou/state-machine
 public function __construct(array $configs, EventDispatcherInterface $dispatcher = null, CallbackFactoryInterface $callbackFactory = null)
 {
     parent::__construct($configs);
     $this->dispatcher = $dispatcher;
     $this->callbackFactory = $callbackFactory;
 }