@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / buildNamespace
Function: buildNamespace()
ts
function buildNamespace(
name,
stmts,
attributes?): PhpStmtNamespace;Builds a PHP namespace statement node.
Parameters
name
The name of the namespace, or null for the global namespace.
PhpName | null
stmts
PhpStmt[]
An array of PhpStmt nodes within the namespace.
attributes?
Readonly<Record<string, unknown>>
Optional attributes for the node.
Returns
A PhpStmtNamespace node.
