user = $author; } public function addComment(CmsComment $comment) { $this->comments[] = $comment; $comment->setArticle($this); } }