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

content/classes/AICC/class.ilAICCBlock.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once("content/classes/AICC/class.ilAICCObject.php");
00004 
00005 class ilAICCBlock extends ilAICCObject
00006 {
00007 
00024         function ilAICCBlock($a_id = 0)
00025         {
00026                 parent::ilAICCObject($a_id);
00027 
00028                 $this->type="sbl";
00029 
00030         }
00031         
00032 
00033 }
00034 ?>

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