@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprVariable
Interface: PhpExprVariable
Represents a PHP variable expression (e.g., $foo).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: string | PhpExpr;nodeType
ts
readonly nodeType: "Expr_Variable";