@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtReturn
Interface: PhpStmtReturn
Represents a PHP return statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
expr
ts
readonly expr: PhpExpr | null;nodeType
ts
readonly nodeType: "Stmt_Return";