id; } public function getComments() : array { return $this->comments; } public function addComment($comment) { $this->comments[] = $comment; } }