Joli\ArDrone\Client::after PHP Method

after() public method

public after ( $duration, $fn )
    public function after($duration, $fn)
    {
        $this->loop->addTimer($this->timerOffset + $duration, $fn);
        $this->timerOffset += $duration;
        return $this;
    }