Esempio n. 1
0
 /**
  * Add motsCles
  *
  * @param \Sdz\BlogBundle\Entity\MotCle $motCle
  * @return Techno
  */
 public function addMotCle(\Sdz\BlogBundle\Entity\MotCle $motCle)
 {
     $this->motsCles[] = $motCle;
     $motCle->setTechno($this);
     return $this;
 }