コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function setEventDispatcher(EventDispatcherInterface $dispatcher)
 {
     parent::setEventDispatcher($dispatcher);
     $dispatcher->addSubscriber($this);
 }