PHP Interface Kraken\Loop\LoopExtendedAwareInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
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.

Method Details

getLoop() public method

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

setLoop() public method

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