@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpScalarString
Interface: PhpScalarString
Represents a PHP string scalar node.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "Scalar_String";Overrides
value
ts
readonly value: string;