Ejemplo n.º 1
0
 function &getClassificationIds()
 {
     include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDClassification.php';
     return ilMDClassification::_getIds($this->getRBACId(), $this->getObjId());
 }
Ejemplo n.º 2
0
 function &getClassificationIds()
 {
     include_once 'Services/MetaData/classes/class.ilMDClassification.php';
     return ilMDClassification::_getIds($this->getRBACId(), $this->getObjId());
 }