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

register() protected method

protected register ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function register(ContainerInterface $container)
    {
        $console = $container->make('Kraken\\Console\\Client\\Client');
        $container->instance('Kraken\\Runtime\\RuntimeContextInterface', $console);
        $container->instance('Kraken\\Console\\Client\\ClientInterface', $console);
    }