ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules 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 More...
 
 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$

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

Member Function Documentation

◆ ilSCORMManifestGUI()

ilSCORMmanifestGUI::ilSCORMManifestGUI (   $a_id)

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

38  {
39  parent::ilSCORMObjectGUI();
40  $this->sc_object =& new ilSCORMManifest($a_id);
41  }

◆ view()

ilSCORMmanifestGUI::view ( )

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

References ilSCORMObjectGUI\displayParameter().

44  {
45  $this->tpl->addBlockFile("CONTENT", "content", "tpl.scorm_obj.html", "Modules/ScormAicc");
46  $this->displayParameter($this->lng->txt("cont_import_id"),
47  $this->sc_object->getImportId());
48  $this->displayParameter($this->lng->txt("cont_version"),
49  $this->sc_object->getVersion());
50  $this->displayParameter($this->lng->txt("cont_xml_base"),
51  $this->sc_object->getXmlBase());
52  $this->tpl->setCurrentBlock("par_table");
53  $this->tpl->setVariable("TXT_OBJECT_TYPE", $this->lng->txt("cont_manifest"));
54  $this->tpl->parseCurrentBlock();
55  }
displayParameter($a_name, $a_value)
+ Here is the call graph for this function:

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