PHP Trait Kraken\Loop\LoopAwareTrait

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$loop Kraken\Loop\LoopInterface | null

Public Methods

Method Description
getLoop ( )
setLoop ( Kraken\Loop\LoopInterface $loop = null )

Method Details

getLoop() public method

See also: LoopAwareInterface::getLoop
public getLoop ( )

setLoop() public method

See also: LoopAwareInterface::setLoop
public setLoop ( Kraken\Loop\LoopInterface $loop = null )
$loop Kraken\Loop\LoopInterface

Property Details

$loop protected property

protected LoopInterface,Kraken\Loop|null $loop
return Kraken\Loop\LoopInterface | null