Public Member Functions

ilObjHACPLearningModuleGUI Class Reference
[Modules/ScormAicc]

Class ilObjHACPLearningModuleGUI. More...

Inheritance diagram for ilObjHACPLearningModuleGUI:
Collaboration diagram for ilObjHACPLearningModuleGUI:

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

Detailed Description

Class ilObjHACPLearningModuleGUI.

Author:
Alex Killing <alex.killing@gmx.de>
Id:
class.ilObjHACPLearningModuleGUI.php 13133 2007-01-30 11:13:06Z akill

ilObjHACPLearningModuleGUI: ilFileSystemGUI, ilMDEditorGUI, ilPermissionGUI, ilLearningProgressGUI ilObjHACPLearningModuleGUI: ilInfoScreenGUI

Definition at line 38 of file class.ilObjHACPLearningModuleGUI.php.


Member Function Documentation

ilObjHACPLearningModuleGUI::assignObject (  ) 

assign hacp object to hacp gui object

Reimplemented from ilObjAICCLearningModuleGUI.

Definition at line 60 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 45 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();

        }

Here is the call graph for this function:


The documentation for this class was generated from the following file: