Kraken\Loop\Bridge\React\ReactTimer::__construct PHP Метод

__construct() публичный Метод

public __construct ( Kraken\Loop\Timer\TimerInterface $timer )
$timer Kraken\Loop\Timer\TimerInterface
    public function __construct(TimerInterface $timer)
    {
        $this->timer = $timer;
    }