コード例 #1
0
ファイル: Comentarios.php プロジェクト: sergio11/juzz
 public function addComment(\juzz\CommentsBundle\Entity\Comentarios $comment)
 {
     if (!$this->comments->contains($comment)) {
         $this->comments->add($comment);
     }
     return $this;
 }