PHP Trait Kraken\Loop\LoopExtendedAwareTrait

Show file Open project: kraken-php/framework

Protected Properties

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

Public Methods

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

Method Details

getLoop() public method

See also: LoopExtendedAwareInterface::getLoop
public getLoop ( )

setLoop() public method

See also: LoopExtendedAwareInterface::setLoop
public setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null )
$loop Kraken\Loop\LoopExtendedInterface

Property Details

$loop protected property

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