function &getFormatIds()
 {
     include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDFormat.php';
     return ilMDFormat::_getIds($this->getRBACId(), $this->getObjId());
 }
예제 #2
0
 function &getFormatIds()
 {
     include_once 'Services/MetaData/classes/class.ilMDFormat.php';
     return ilMDFormat::_getIds($this->getRBACId(), $this->getObjId());
 }