Beispiel #1
0
 /**
  * Constructor
  * @access	public
  */
 function ilObjDlBook($a_id = 0, $a_call_by_reference = true)
 {
     $this->type = "dbk";
     parent::ilObjContentObject($a_id, $a_call_by_reference);
     if ($a_id) {
         $this->readAssignedTranslations();
     }
 }
 /**
  * Constructor
  * @access	public
  */
 function ilObjLearningModule($a_id = 0, $a_call_by_reference = true)
 {
     $this->type = "lm";
     parent::ilObjContentObject($a_id, $a_call_by_reference);
 }