Kraken\Root\Provider\ChannelProvider::unregister PHP Method

unregister() protected method

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        $container->remove('Kraken\\Channel\\ChannelModelFactoryInterface');
        $container->remove('Kraken\\Channel\\ChannelModelInterface');
        $container->remove('Kraken\\Channel\\ChannelFactoryInterface');
        $container->remove('Kraken\\Channel\\ChannelInterface');
        $container->remove('Kraken\\Channel\\ChannelCompositeInterface');
    }