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 getArticle() { return $this->article; } }