date; } public function setDate(\DateTimeInterface $date): self { $this->date = $date; return $this; } }