Kraken\Channel\ChannelAwareInterface::getChannel PHP Method

getChannel() public method

Return ChannelComposite of which object is aware of or null if it does not exist.
public getChannel ( ) : Kraken\Channel\ChannelInterface | null
return Kraken\Channel\ChannelInterface | null
    public function getChannel();
ChannelAwareInterface