24 require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004ChapterGUI.php");
25 require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004SeqChapter.php");
50 $this->ctrl = $DIC->ctrl();
51 $this->tpl = $DIC[
"tpl"];
52 $this->lng = $DIC->language();
54 $ilCtrl->saveParameter($this,
"obj_id");
55 parent::__construct($a_slm_obj, $a_node_id);
66 $tpl->setTitle(
$lng->txt(
"sahs_chapter") .
": " . $this->node_object->getTitle());
__construct($a_slm_obj, $a_node_id=0)
Constructor public.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilSCORM2004ChapterGUI.
Class ilSCORM2004ChapterGUI.