time = 'now'; } public function setTime($time) { $this->time = $time; } /** * {@inheritdoc} */ public function now() { return new \DateTimeImmutable($this->time); } }