Autarky\Events\EventDispatcherProvider::registerConsole PHP 메소드

registerConsole() 공개 메소드

public registerConsole ( Application $console )
$console Symfony\Component\Console\Application
    public function registerConsole(Application $console)
    {
        $eventDispatcher = $this->app->getContainer()->resolve('Symfony\\Component\\EventDispatcher\\EventDispatcherInterface');
        $console->setDispatcher($eventDispatcher);
    }
EventDispatcherProvider