Exemple #1
0
 /**
  * Remove periodeFormation
  *
  * @param JavaLeEET\LivretBundle\Document\PeriodeFormation $periodeFormation
  */
 public function removePeriodeFormation(\JavaLeEET\LivretBundle\Document\PeriodeFormation $periodeFormation)
 {
     $this->periodeFormation->removeElement($periodeFormation);
 }
Exemple #2
0
 /**
  * Remove competence
  *
  * @param JavaLeEET\LivretBundle\Document\Competence $competence
  */
 public function removeCompetence(\JavaLeEET\LivretBundle\Document\Competence $competence)
 {
     $this->competences->removeElement($competence);
 }
Exemple #3
0
 public function removeProduct($product)
 {
     $this->products->removeElement($product);
 }
Exemple #4
0
 /**
  * Remove songs
  *
  * @param \MusicBundle\Entity\Song $songs
  */
 public function removeSong(\MusicBundle\Entity\Song $songs)
 {
     $this->songs->removeElement($songs);
 }
 /**
  * Remove competencesUtil
  *
  * @param JavaLeEET\LivretBundle\Document\CompetenceUtil $competencesUtil
  */
 public function removeCompetencesUtil(\JavaLeEET\LivretBundle\Document\CompetenceUtil $competencesUtil)
 {
     $this->competencesUtil->removeElement($competencesUtil);
 }
Exemple #6
0
 /**
  * Remove section
  *
  * @param JavaLeEET\LivretBundle\Document\Section $section
  */
 public function removeSection(\JavaLeEET\LivretBundle\Document\Section $section)
 {
     $this->sections->removeElement($section);
 }
Exemple #7
0
 /**
  * Remove itemLivret
  *
  * @param JavaLeEET\LivretBundle\Document\ItemLivret $itemLivret
  */
 public function removeItemLivret(\JavaLeEET\LivretBundle\Document\ItemLivret $itemLivret)
 {
     $this->itemLivret->removeElement($itemLivret);
 }
 /**
  * Remove itemEntreprise
  *
  * @param JavaLeEET\LivretBundle\Document\ItemEntreprise $itemEntreprise
  */
 public function removeItemEntreprise(\JavaLeEET\LivretBundle\Document\ItemEntreprise $itemEntreprise)
 {
     $this->itemEntreprise->removeElement($itemEntreprise);
 }