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 
7 {
8  public function toNode() {
9  $n = parent::toNode();
10  $n->empty = true;
11  return $n;
12  }
13 }
14 
15 // vim: et sw=4 sts=4