/home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php (816B)
attributes = $attributes;
$this->cond = $cond;
$this->stmts = $stmts;
}
public function getSubNodeNames() : array {
return ['cond', 'stmts'];
}
public function getType() : string {
return 'Stmt_While';
}
}