PHP 인터페이스 Kraken\Loop\LoopExtendedAwareInterface

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

공개 메소드들

메소드 설명
getLoop ( ) : Kraken\Loop\LoopExtendedInterface | null Return the loop of which object is aware of.
setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null ) Set the loop of which object is aware of.

메소드 상세

getLoop() 공개 메소드

Return the loop of which object is aware of.
public getLoop ( ) : Kraken\Loop\LoopExtendedInterface | null
리턴 Kraken\Loop\LoopExtendedInterface | null

setLoop() 공개 메소드

Set the loop of which object is aware of.
public setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null )
$loop Kraken\Loop\LoopExtendedInterface