@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtNamespace
Interface: PhpStmtNamespace
Represents a PHP namespace declaration statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: PhpName | null;nodeType
ts
readonly nodeType: "Stmt_Namespace";Overrides
stmts
ts
readonly stmts: PhpStmt[];