Kraken\Loop\LoopExtendedAwareTrait::setLoop PHP Method

setLoop() public method

See also: LoopExtendedAwareInterface::setLoop
public setLoop ( Kraken\Loop\LoopExtendedInterface $loop = null )
$loop Kraken\Loop\LoopExtendedInterface
    public function setLoop(LoopExtendedInterface $loop = null)
    {
        $this->loop = $loop;
    }
LoopExtendedAwareTrait