Public Member Functions

ilObjHACPLearningModule Class Reference
[Modules/ScormAicc]

Class ilObjAICCLearningModule. More...

Inheritance diagram for ilObjHACPLearningModule:
Collaboration diagram for ilObjHACPLearningModule:

Public Member Functions

 ilObjHACPLearningModule ($a_id=0, $a_call_by_reference=true)
 Constructor public.

Detailed Description

Class ilObjAICCLearningModule.

Author:
Alex Killing <alex.killing@gmx.de>
Id:
class.ilObjHACPLearningModule.php 13123 2007-01-29 13:57:16Z smeyer

Definition at line 34 of file class.ilObjHACPLearningModule.php.


Member Function Documentation

ilObjHACPLearningModule::ilObjHACPLearningModule ( a_id = 0,
a_call_by_reference = true 
)

Constructor public.

Parameters:
integer reference_id or object_id
boolean treat the id as reference_id (true) or object_id (false)

Definition at line 44 of file class.ilObjHACPLearningModule.php.

References ilObject::ilObject().

        {
                $this->type = "sahs";
                parent::ilObject($a_id,$a_call_by_reference);
        }

Here is the call graph for this function:


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