PHP 인터페이스 Kraken\Channel\ChannelCompositeAwareInterface

파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
getChannel ( ) : Kraken\Channel\ChannelCompositeInterface | null Return ChannelComposite of which object is aware of or null if it does not exist.
setChannel ( Kraken\Channel\ChannelCompositeInterface $channel = null ) : Kraken\Channel\ChannelCompositeInterface Set the ChannelComposite of which object is aware of or null to remove it.

메소드 상세

getChannel() 공개 메소드

Return ChannelComposite of which object is aware of or null if it does not exist.
public getChannel ( ) : Kraken\Channel\ChannelCompositeInterface | null
리턴 Kraken\Channel\ChannelCompositeInterface | null

setChannel() 공개 메소드

Set the ChannelComposite of which object is aware of or null to remove it.
public setChannel ( Kraken\Channel\ChannelCompositeInterface $channel = null ) : Kraken\Channel\ChannelCompositeInterface
$channel Kraken\Channel\ChannelCompositeInterface
리턴 Kraken\Channel\ChannelCompositeInterface