Kraken\Root\Provider\ContainerProvider::register PHP Method

register() protected method

protected register ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function register(ContainerInterface $container)
    {
        $container->instance('Kraken\\Container\\ContainerInterface', $container);
    }
ContainerProvider