PHP Интерфейс Kraken\Loop\LoopExtendedAwareInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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