Inheritance diagram for ilSCORMOrganizationsGUI:
Collaboration diagram for ilSCORMOrganizationsGUI:Public Member Functions | |
| ilSCORMOrganizationsGUI ($a_id) | |
| view () | |
Definition at line 35 of file class.ilSCORMOrganizationsGUI.php.
| ilSCORMOrganizationsGUI::ilSCORMOrganizationsGUI | ( | $ | a_id | ) |
Definition at line 38 of file class.ilSCORMOrganizationsGUI.php.
References ilSCORMObjectGUI::ilSCORMObjectGUI().
{
parent::ilSCORMObjectGUI();
$this->sc_object =& new ilSCORMOrganizations($a_id);
}
Here is the call graph for this function:| ilSCORMOrganizationsGUI::view | ( | ) |
Definition at line 44 of file class.ilSCORMOrganizationsGUI.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_organizations"));
$this->displayParameter($this->lng->txt("cont_def_organization"),
$this->sc_object->getDefaultOrganization());
$this->tpl->parseCurrentBlock();
}
Here is the call graph for this function:
1.7.1