@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpDeclareItem
Interface: PhpDeclareItem
Represents a PHP declare item (e.g., encoding='UTF-8' in declare(encoding='UTF-8');).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
key
ts
readonly key: PhpIdentifier;nodeType
ts
readonly nodeType: "DeclareItem";Overrides
value
ts
readonly value: PhpExpr;