PHP 트레잇 Kraken\Loop\LoopExtendedAwareTrait

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

보호된 프로퍼티들

프로퍼티 타입 설명
$loop Kraken\Loop\LoopExtendedInterface | null

공개 메소드들

메소드 설명
getLoop ( )
setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null )

메소드 상세

getLoop() 공개 메소드

또한 보기: LoopExtendedAwareInterface::getLoop
public getLoop ( )

setLoop() 공개 메소드

또한 보기: LoopExtendedAwareInterface::setLoop
public setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null )
$loop Kraken\Loop\LoopExtendedInterface

프로퍼티 상세

$loop 보호되어 있는 프로퍼티

protected LoopExtendedInterface,Kraken\Loop|null $loop
리턴 Kraken\Loop\LoopExtendedInterface | null