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