Public Member Functions | |
ilSCORMManifestGUI ($a_id) | |
view () |
Definition at line 35 of file class.ilSCORMManifestGUI.php.
ilSCORMmanifestGUI::ilSCORMManifestGUI | ( | $ | a_id | ) |
Definition at line 38 of file class.ilSCORMManifestGUI.php.
References ilSCORMObjectGUI::ilSCORMObjectGUI().
{ parent::ilSCORMObjectGUI(); $this->sc_object =& new ilSCORMManifest($a_id); }
ilSCORMmanifestGUI::view | ( | ) |
Definition at line 44 of file class.ilSCORMManifestGUI.php.
References ilSCORMObjectGUI::displayParameter().
{ $this->tpl->addBlockFile("CONTENT", "content", "tpl.scorm_obj.html", true); $this->displayParameter($this->lng->txt("cont_import_id"), $this->sc_object->getImportId()); $this->displayParameter($this->lng->txt("cont_version"), $this->sc_object->getVersion()); $this->displayParameter($this->lng->txt("cont_xml_base"), $this->sc_object->getXmlBase()); $this->tpl->setCurrentBlock("par_table"); $this->tpl->setVariable("TXT_OBJECT_TYPE", $this->lng->txt("cont_manifest")); $this->tpl->parseCurrentBlock(); }