Ejemplo n.º 1
0
 function &getEducational()
 {
     include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDEducational.php';
     if ($id = ilMDEducational::_getId($this->getRBACId(), $this->getObjId())) {
         $edu =& new ilMDEducational();
         $edu->setMetaId($id);
         return $edu;
     }
     return false;
 }