ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
End.php
Go to the documentation of this file.
1 <?php
2 
11 {
16  public $start;
17 }
18 
19 // 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:16