Autarky\Routing\ControllerTrait::getEventDispatcher PHP 메소드

getEventDispatcher() 보호된 메소드

Get the event dispatcher instance.
protected getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
리턴 Symfony\Component\EventDispatcher\EventDispatcherInterface
    protected function getEventDispatcher()
    {
        return $this->container->resolve('Symfony\\Component\\EventDispatcher\\EventDispatcherInterface');
    }