Ejemplo n.º 1
0
 public function setLegajocategoria(Legajocategoria $v = null)
 {
     if ($v === null) {
         $this->setFkLegajocategoriaId(NULL);
     } else {
         $this->setFkLegajocategoriaId($v->getId());
     }
     $this->aLegajocategoria = $v;
     if ($v !== null) {
         $v->addLegajopedagogico($this);
     }
     return $this;
 }