• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

content/classes/class.ilObjHACPLearningModule.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once "content/classes/class.ilObjAICCLearningModule.php";
00004 
00014 class ilObjHACPLearningModule extends ilObjAICCLearningModule
00015 {
00016         var $meta_data;
00017 
00024         function ilObjHACPLearningModule($a_id = 0, $a_call_by_reference = true)
00025         {
00026                 $this->type = "sahs";
00027                 parent::ilObject($a_id,$a_call_by_reference);
00028                 if ($a_id == 0)
00029                 {
00030                         $new_meta =& new ilMetaData();
00031                         $this->assignMetaData($new_meta);
00032                 }
00033         }
00034 
00035 
00036 } // END class.ilObjHACPLearningModule
00037 
00038 ?>

Generated on Fri Dec 13 2013 09:06:36 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1