ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
End.php
Go to the documentation of this file.
1 <?php
2 
11 {
17  public $start;
18 
19  public function toNode() {
20  throw new Exception("HTMLPurifier_Token_End->toNode not supported!");
21  }
22 }
23 
24 // vim: et sw=4 sts=4
Concrete end token class.
Definition: End.php:10
Abstract class of a tag token (start, end or empty), and its behavior.
Definition: Tag.php:6
$start
Token that started this node.
Definition: End.php:17