PhpSourceTokenScope
class PhpSourceTokenScope (View source)
Represents a range of PHP source tokens that compose an element scope or code block
Properties
| integer | $level | Scope / block depth | |
| PhpSourceToken | $parentEntityToken | ||
| PhpSourceToken | $entityToken | ||
| integer | $startTokenIndex | First token of the scope | |
| integer | $endTokenIndex | Last token of the scope |
Methods
__construct()
No description