Public Member Functions | |
ilObjHACPLearningModule ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
Data Fields | |
$meta_data |
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 ilObjSAHSLearningModule::assignMetaData(), and 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); } }
ilObjHACPLearningModule::$meta_data |
Reimplemented from ilObjAICCLearningModule.
Definition at line 16 of file class.ilObjHACPLearningModule.php.