ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
Abstract class of a tag token (start, end or empty), and its behavior.
Definition: Tag.php:6
$n
Definition: RandomTest.php:85
Concrete empty token class.
Definition: Empty.php:6