Ejemplo n.º 1
0
 public function setOrt(Ort $ort)
 {
     $this->setOrtID($ort->getOrtID());
     $this->ort = $ort;
 }