id; } public function setComment($comment) { $this->comment = $comment; } public function getComment() { return $this->comment; } public function setDeletedAt($deletedAt) { $this->deletedAt = $deletedAt; } public function getDeletedAt() { return $this->deletedAt; } public function setArticle(OtherArticle $article) { $this->article = $article; } public function getArticle() { return $this->article; } }