Kraken\_Unit\Loop\_Mock\LoopAwareObject::__construct PHP 메소드

__construct() 공개 메소드

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