ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Empty.php
Go to the documentation of this file.
1 <?php
2 
11 {
15  public $allow_empty = true;
16 
20  public $type = 'empty';
21 
22  public function __construct()
23  {
24  }
25 
32  public function validateChildren($children, $config, $context)
33  {
34  return array();
35  }
36 }
37 
38 // vim: et sw=4 sts=4