Exemple #1
0
 public function __construct(EventDispatcherInterface $eventDispatcher = null)
 {
     parent::__construct(self::OPERATION_NAME, true, true, $eventDispatcher);
 }
Exemple #2
0
 public function __construct($name, $dispatcher)
 {
     parent::__construct($name, true, true, $dispatcher);
 }