Mmoreram\RSQueueBundle\Event\Abstracts\AbstractRSChannelEvent::getChannelName PHP Method

getChannelName() public method

Return channel name
public getChannelName ( ) : string
return string Channel name
    public function getChannelName()
    {
        return $this->channelName;
    }