• 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 /*
00029                 if ($a_id == 0)
00030                 {
00031                         $new_meta =& new ilMetaData();
00032                         $this->assignMetaData($new_meta);
00033                 }
00034 */
00035         }
00036 
00037 
00038 } // END class.ilObjHACPLearningModule
00039 
00040 ?>

Generated on Fri Dec 13 2013 10:18:29 for ILIAS Release_3_5_x_branch .rev 46805 by  doxygen 1.7.1