コード例 #1
0
 /**
  * Object specific configuration 
  *
  * @param int $a_obj_id object id
  */
 function configureByObjectId($a_obj_id)
 {
     if ($a_obj_id > 0) {
         include_once "./Modules/ScormAicc/classes/class.ilObjSAHSLearningModule.php";
         $this->setLocalizationLanguage(ilObjSAHSLearningModule::getAffectiveLocalization($a_obj_id));
         $glo_id = ilObjSAHSLearningModule::lookupAssignedGlossary($a_obj_id);
         if ($glo_id > 0) {
             $this->addIntLinkFilter(array("GlossaryItem"));
         }
     }
 }