date = $date; return $this; } public function getDate(): ?string { return $this->evaluate($this->date); } }