@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpConst
Interface: PhpConst
Represents a PHP constant definition (e.g., const MY_CONST = 123;).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: PhpIdentifier;nodeType
ts
readonly nodeType: "Const";Overrides
value
ts
readonly value: PhpExpr;