/**
  * Constructor
  * @access	public
  * @param	integer	reference_id or object_id
  * @param	boolean	treat the id as reference_id (true) or object_id (false)
  */
 function ilObjHACPLearningModule($a_id = 0, $a_call_by_reference = true)
 {
     $this->type = "sahs";
     parent::ilObject($a_id, $a_call_by_reference);
 }