Beispiel #1
0
 /**
  * Add taches
  *
  * @param \Sdz\BlogBundle\Entity\Tache $tache
  * @return Experience
  */
 public function addTache(\Sdz\BlogBundle\Entity\Tache $tache)
 {
     $this->taches[] = $tache;
     $tache->setExperience($this);
     // On ajoute ceci
     return $this;
 }