24require_once (
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMOrganizations.php");
 
   39                parent::ilSCORMObjectGUI();
 
   45                $this->tpl->addBlockFile(
"CONTENT", 
"content", 
"tpl.scorm_obj.html", 
"Modules/ScormAicc");
 
   46                $this->tpl->setCurrentBlock(
"par_table");
 
   47                $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->lng->txt(
"cont_organizations"));
 
   49                        $this->sc_object->getDefaultOrganization());
 
   50                $this->tpl->parseCurrentBlock();
 
Parent object for SCORM GUI objects.
 
displayParameter($a_name, $a_value)
 
GUI class for SCORM Organizations element.
 
ilSCORMOrganizationsGUI($a_id)