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