Kraken\Root\Console\Client\Provider\ConsoleProvider::unregister PHP Метод

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

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        $container->remove('Kraken\\Runtime\\RuntimeContextInterface');
        $container->remove('Kraken\\Console\\Client\\ClientInterface');
    }