예제 #1
0
파일: Update.php 프로젝트: minwork/minwork
 public function __construct(EventDispatcherInterface $eventDispatcher = null)
 {
     parent::__construct(self::OPERATION_NAME, true, true, $eventDispatcher);
 }
예제 #2
0
 public function __construct($name, $dispatcher)
 {
     parent::__construct($name, true, true, $dispatcher);
 }