Kraken\Root\Runtime\Provider\RuntimeProvider::register PHP Метод

register() защищенный Метод

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