Mmoreram\RSQueueBundle\Command\SubscriberCommand::addChannel PHP Метод

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

Checks if queue assigned method exists and is callable
protected addChannel ( String $channelAlias, String $channelMethod ) : SubscriberCommand
$channelAlias String Queue alias
$channelMethod String Queue method
Результат SubscriberCommand self Object
    protected function addChannel($channelAlias, $channelMethod)
    {
        return $this->addMethod($channelAlias, $channelMethod);
    }
SubscriberCommand