Example #1
0
 /**
  * @inheritdoc
  */
 protected function createContainer()
 {
     $this->container = parent::createContainer();
     $this->dispatchEvent(self::EVENT_ON_CONTAINER_CREATED, [$this->container]);
     return $this->container;
 }