ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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:11
toNode()
Converts a token into its corresponding node.
Definition: End.php:19
$start
Token that started this node.
Definition: End.php:17
Abstract class of a tag token (start, end or empty), and its behavior.
Definition: Tag.php:7