Structs§
- Variable
Identifier - Represents a PHP variable identifier (e.g.,
$foo,$this). Wraps aAtomwhich holds the interned name (including ‘$’).
Enums§
- Expression
Identifier - Identifies the target of an expression, distinguishing simple variables from property accesses.
- Generic
Parent - Identifies the scope where a generic template parameter (
@template) is defined.