24 require_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMManifest.php");
38 parent::__construct();
44 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"Modules/ScormAicc");
46 $this->lng->txt(
"cont_import_id"),
47 $this->sc_object->getImportId()
50 $this->lng->txt(
"cont_version"),
51 $this->sc_object->getVersion()
54 $this->lng->txt(
"cont_xml_base"),
55 $this->sc_object->getXmlBase()
57 $this->tpl->setCurrentBlock(
"par_table");
58 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->lng->txt(
"cont_manifest"));
59 $this->tpl->parseCurrentBlock();
Parent object for SCORM GUI objects.
GUI class for SCORM Manifest element.
displayParameter($a_name, $a_value)