@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprConstFetch
Interface: PhpExprConstFetch
Represents a PHP constant fetch expression (e.g., MY_CONST).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: PhpName;nodeType
ts
readonly nodeType: "Expr_ConstFetch";