예제 #1
0
 public function addComment(\LCV\CommentBundle\Entity\Comment $comment)
 {
     $this->comments[] = $comment;
     $comment->setAuthor($this);
     return $this;
 }