Kraken\Root\Console\Server\Provider\ChannelProvider::unregister PHP Метод

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

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        unset($this->commander);
        $container->remove('Kraken\\Runtime\\Service\\ChannelInternal');
    }