Kraken\_Unit\Loop\_Mock\LoopAwareObject::__construct PHP Method

__construct() public method

public __construct ( Kraken\Loop\LoopInterface $loop = null )
$loop Kraken\Loop\LoopInterface
    public function __construct(LoopInterface $loop = null)
    {
        $this->loop = $loop;
    }
LoopAwareObject