extends |
Stmt |
|---|
| Methods | ||
|---|---|---|
public
|
__construct(
array{init?: Expr[], cond?: Expr[], loop?: Expr[], stmts?: Stmt[]} $subNodes = [],
array<string, mixed> $attributes = [],
)
|
# |
public
|
getSubNodeNames(): array
|
# |
public
|
getType(): string
|
# |
| Properties | |||
|---|---|---|---|
public
|
Expr[]
|
$init
|
# |
public
|
Expr[]
|
$cond
|
# |
public
|
Expr[]
|
$loop
|
# |
public
|
Stmt[]
|
$stmts
|
# |
| Properties inherited from PhpParser\NodeAbstract |
|---|
$attributes |