ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
Definition that disallows all elements.
Definition: Empty.php:10
$context
Definition: webdav.php:25
$config
Definition: bootstrap.php:15
Defines allowed child nodes and validates nodes against it.
Definition: ChildDef.php:6
validateChildren($children, $config, $context)
Definition: Empty.php:32