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

getChannelAlias() public method

Return channel alias
public getChannelAlias ( ) : string
return string Channel alias
    public function getChannelAlias()
    {
        return $this->channelAlias;
    }