Inheritance diagram for ilObjHACPLearningModule:
Collaboration diagram for ilObjHACPLearningModule:Public Member Functions | |
| ilObjHACPLearningModule ($a_id=0, $a_call_by_reference=true) | |
| Constructor public. | |
Definition at line 14 of file class.ilObjHACPLearningModule.php.
| ilObjHACPLearningModule::ilObjHACPLearningModule | ( | $ | a_id = 0, |
|
| $ | a_call_by_reference = true | |||
| ) |
Constructor public.
| integer | reference_id or object_id | |
| boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 24 of file class.ilObjHACPLearningModule.php.
References ilObject::ilObject().
{
$this->type = "sahs";
parent::ilObject($a_id,$a_call_by_reference);
/*
if ($a_id == 0)
{
$new_meta =& new ilMetaData();
$this->assignMetaData($new_meta);
}
*/
}
Here is the call graph for this function:
1.7.1