@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtFor
Interface: PhpStmtFor
Represents a PHP for loop statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
cond
ts
readonly cond: PhpExpr[];init
ts
readonly init: PhpExpr[];loop
ts
readonly loop: PhpExpr[];nodeType
ts
readonly nodeType: "Stmt_For";Overrides
stmts
ts
readonly stmts: PhpStmt[];