date = $date; $this->post = $post; } /** * @return DateTime */ public function getDate(): DateTime { return $this->date; } /** * @return Post */ public function getPost(): ?Post { return $this->post; } }