@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtFunction
Interface: PhpStmtFunction
Represents a PHP function declaration statement.
Extends
Properties
attrGroups
ts
readonly attrGroups: PhpAttrGroup[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
byRef
ts
readonly byRef: boolean;name
ts
readonly name: PhpIdentifier;namespacedName
ts
readonly namespacedName: PhpName | null;nodeType
ts
readonly nodeType: "Stmt_Function";Overrides
params
ts
readonly params: PhpParam[];returnType
ts
readonly returnType: PhpType | null;stmts
ts
readonly stmts: PhpStmt[];