Public Member Functions

ilObjLearningModule Class Reference

Inheritance diagram for ilObjLearningModule:
Collaboration diagram for ilObjLearningModule:

Public Member Functions

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

Detailed Description

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


Member Function Documentation

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

Constructor public.

Definition at line 41 of file class.ilObjLearningModule.php.

References ilObjContentObject::ilObjContentObject().

        {
                $this->type = "lm";
                parent::ilObjContentObject($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: