ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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