Public Member Functions

ilObjLearningModule Class Reference
[Modules/IliasLearningModule]

Class ilObjLearningModule. More...

Inheritance diagram for ilObjLearningModule:
Collaboration diagram for ilObjLearningModule:

Public Member Functions

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

Detailed Description

Class ilObjLearningModule.

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilObjLearningModule.php 11711 2006-07-30 14:11:38Z akill

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: