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