Public Member Functions | |
ilObjHACPLearningModuleGUI ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true) | |
Constructor. | |
assignObject () | |
assign hacp object to hacp gui object |
Definition at line 17 of file class.ilObjHACPLearningModuleGUI.php.
ilObjHACPLearningModuleGUI::assignObject | ( | ) |
assign hacp object to hacp gui object
Reimplemented from ilObjAICCLearningModuleGUI.
Definition at line 39 of file class.ilObjHACPLearningModuleGUI.php.
{ if ($this->id != 0) { if ($this->call_by_reference) { $this->object =& new ilObjHACPLearningModule($this->id, true); } else { $this->object =& new ilObjHACPLearningModule($this->id, false); } } }
ilObjHACPLearningModuleGUI::ilObjHACPLearningModuleGUI | ( | $ | a_data, | |
$ | a_id, | |||
$ | a_call_by_reference, | |||
$ | a_prepare_output = true | |||
) |
Constructor.
public
Definition at line 24 of file class.ilObjHACPLearningModuleGUI.php.
References ilObjectGUI::$lng, and ilObjectGUI::ilObjectGUI().
{ global $lng; $lng->loadLanguageModule("content"); $this->type = "sahs"; $this->ilObjectGUI($a_data,$a_id,$a_call_by_reference,$a_prepare_output); #$this->tabs_gui =& new ilTabsGUI(); }