Public Member Functions

ilSCORMOrganizationGUI Class Reference

Inheritance diagram for ilSCORMOrganizationGUI:
Collaboration diagram for ilSCORMOrganizationGUI:

Public Member Functions

 ilSCORMOrganizationGUI ($a_id)
 view ()

Detailed Description

Definition at line 35 of file class.ilSCORMOrganizationGUI.php.


Member Function Documentation

ilSCORMOrganizationGUI::ilSCORMOrganizationGUI ( a_id  ) 

Definition at line 38 of file class.ilSCORMOrganizationGUI.php.

References ilSCORMObjectGUI::ilSCORMObjectGUI().

        {
                parent::ilSCORMObjectGUI();
                $this->sc_object =& new ilSCORMOrganization($a_id);
        }

Here is the call graph for this function:

ilSCORMOrganizationGUI::view (  ) 

Definition at line 44 of file class.ilSCORMOrganizationGUI.php.

References ilSCORMObjectGUI::displayParameter().

        {
                $this->tpl->addBlockFile("CONTENT", "content", "tpl.scorm_obj.html", true);
                $this->tpl->setCurrentBlock("par_table");
                $this->tpl->setVariable("TXT_OBJECT_TYPE", $this->lng->txt("cont_organization"));
                $this->displayParameter($this->lng->txt("cont_import_id"),
                        $this->sc_object->getImportId());
                $this->displayParameter($this->lng->txt("cont_structure"),
                        $this->sc_object->getStructure());
                $this->displayParameter($this->lng->txt("cont_sc_title"),
                        $this->sc_object->getTitle());
                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:


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