getContainer() публичный Метод

Returns the container this event dispatcher is attached to
public getContainer ( ) : Container
Результат FOF30\Container\Container
Пример #1
0
 /**
  * @covers FOF30\Event\Dispatcher::getContainer
  */
 public function testGetContainer()
 {
     $actual = $this->object->getContainer();
     $this->assertEquals(static::$container, $actual);
 }