示例#1
0
 /**
  * Remove commentaire
  *
  * @param \BienEtreBundle\Entity\Commentaires $commentaire
  */
 public function removeCommentaire(\BienEtreBundle\Entity\Commentaires $commentaire)
 {
     $this->commentaire->removeElement($commentaire);
 }