24 require_once(
"./Modules/ScormAicc/classes/AICC/class.ilAICCObject.php");
25 include_once(
"./Modules/ScormAicc/classes/AICC/class.ilAICCCourseGUI.php");
26 include_once(
"./Modules/ScormAicc/classes/AICC/class.ilAICCUnitGUI.php");
27 include_once(
"./Modules/ScormAicc/classes/AICC/class.ilAICCBlockGUI.php");
64 switch($object->getType())
86 $this->tpl->setCurrentBlock(
"parameter");
87 $this->tpl->setVariable(
"TXT_PARAMETER_NAME", $a_name);
88 $this->tpl->setVariable(
"TXT_PARAMETER_VALUE", $a_value);
89 $this->tpl->parseCurrentBlock();
GUI class for AICC Unit element.
Parent object for all AICC objects, that are stored in table aicc_object.
GUI class for AICC Unit element.
GUI class for AICC Unit element.
static getInstance($a_id)
get instance of specialized GUI class
displayParameter($a_name, $a_value)
Parent object for AICC GUI objects.