@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtIf
Interface: PhpStmtIf
Represents a PHP if statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
cond
ts
readonly cond: PhpExpr;else
ts
readonly else: PhpStmtElse | null;elseifs
ts
readonly elseifs: PhpStmtElseIf[];nodeType
ts
readonly nodeType: "Stmt_If";Overrides
stmts
ts
readonly stmts: PhpStmt[];