24 require_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMOrganization.php");
38 parent::__construct();
44 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"Modules/ScormAicc");
45 $this->tpl->setCurrentBlock(
"par_table");
46 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->lng->txt(
"cont_organization"));
48 $this->lng->txt(
"cont_import_id"),
49 $this->sc_object->getImportId()
52 $this->lng->txt(
"cont_structure"),
53 $this->sc_object->getStructure()
56 $this->lng->txt(
"cont_sc_title"),
57 $this->sc_object->getTitle()
59 $this->tpl->parseCurrentBlock();
Parent object for SCORM GUI objects.
GUI class for SCORM Organization element.
displayParameter($a_name, $a_value)