ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSCORMmanifestGUI Class Reference

GUI class for SCORM Manifest element. More...

+ Inheritance diagram for ilSCORMmanifestGUI:
+ Collaboration diagram for ilSCORMmanifestGUI:

Public Member Functions

 ilSCORMManifestGUI ($a_id)
 view ()
- Public Member Functions inherited from ilSCORMObjectGUI
 ilSCORMObjectGUI ($a_id=0)
getInstance ($a_id)
 get instance of specialized GUI class
 displayParameter ($a_name, $a_value)

Additional Inherited Members

- Data Fields inherited from ilSCORMObjectGUI
 $sc_object
 $tpl
 $lng

Detailed Description

GUI class for SCORM Manifest element.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
Id:
class.ilSCORMManifestGUI.php 12711 2006-12-01 15:24:41Z akill

Definition at line 34 of file class.ilSCORMManifestGUI.php.

Member Function Documentation

ilSCORMmanifestGUI::ilSCORMManifestGUI (   $a_id)

Definition at line 37 of file class.ilSCORMManifestGUI.php.

References ilSCORMObjectGUI\ilSCORMObjectGUI().

{
$this->sc_object =& new ilSCORMManifest($a_id);
}

+ Here is the call graph for this function:

ilSCORMmanifestGUI::view ( )

Definition at line 43 of file class.ilSCORMManifestGUI.php.

References ilSCORMObjectGUI\displayParameter().

{
$this->tpl->addBlockFile("CONTENT", "content", "tpl.scorm_obj.html", "Modules/ScormAicc");
$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();
}

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: