@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpName
Interface: PhpName
Represents a PHP name node (e.g., namespace, class name).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "Name" | "Name_FullyQualified" | "Name_Relative";Overrides
parts
ts
readonly parts: string[];