Kraken\Root\Runtime\Provider\RuntimeProvider::register PHP Method

register() protected method

protected register ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function register(ContainerInterface $container)
    {
        $runtime = $container->make('Kraken\\Runtime\\RuntimeContainer');
        $container->instance('Kraken\\Runtime\\RuntimeContextInterface', $runtime);
        $container->instance('Kraken\\Runtime\\RuntimeContainerInterface', $runtime);
    }
RuntimeProvider