Esempio n. 1
0
 public function setLegajopedagogico(Legajopedagogico $v = null)
 {
     if ($v === null) {
         $this->setFkLegajopedagogicoId(NULL);
     } else {
         $this->setFkLegajopedagogicoId($v->getId());
     }
     $this->aLegajopedagogico = $v;
     if ($v !== null) {
         $v->addLegajoadjunto($this);
     }
     return $this;
 }