private function timer() : Timer { if ($this->timer === null) { $this->timer = new Timer(); } return $this->timer; }