@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpIdentifier
Interface: PhpIdentifier
Represents a PHP identifier node.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: string;nodeType
ts
readonly nodeType: "Identifier";