Kraken\Root\Console\Client\Provider\ConsoleProvider::boot PHP Method

boot() protected method

protected boot ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function boot(ContainerInterface $container)
    {
        $console = $container->make('Kraken\\Console\\Client\\ClientInterface');
        $loop = $container->make('Kraken\\Loop\\LoopExtendedInterface');
        $console->setLoop($loop);
    }