@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / buildFullyQualifiedName
Function: buildFullyQualifiedName()
ts
function buildFullyQualifiedName(parts, attributes?): PhpName;Builds a fully qualified PHP name node.
Parameters
parts
string[]
An array of strings representing the parts of the fully qualified name.
attributes?
Readonly<Record<string, unknown>>
Optional attributes for the node.
Returns
A PhpName node with nodeType set to 'Name_FullyQualified'.
