Inheritance diagram for ilSCORMResourcesGUI:
Collaboration diagram for ilSCORMResourcesGUI:Public Member Functions | |
| ilSCORMResourcesGUI ($a_id) | |
| view () | |
Definition at line 36 of file class.ilSCORMResourcesGUI.php.
| ilSCORMResourcesGUI::ilSCORMResourcesGUI | ( | $ | a_id | ) |
Definition at line 39 of file class.ilSCORMResourcesGUI.php.
References ilSCORMObjectGUI::ilSCORMObjectGUI().
{
parent::ilSCORMObjectGUI();
$this->sc_object =& new ilSCORMResources($a_id);
}
Here is the call graph for this function:| ilSCORMResourcesGUI::view | ( | ) |
Definition at line 45 of file class.ilSCORMResourcesGUI.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_resources"));
$this->displayParameter($this->lng->txt("cont_xml_base"),
$this->sc_object->getXmlBase());
$this->tpl->parseCurrentBlock();
}
Here is the call graph for this function:
1.7.1