PhpForeachStmt
io.joern.php2cpg.parser.Domain.PhpForeachStmt
final case class PhpForeachStmt(iterExpr: PhpExpr, keyVar: Option[PhpExpr], valueVar: PhpExpr, assignByRef: Boolean, stmts: List[PhpStmt], attributes: PhpAttributes) extends PhpStmtWithBody
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PhpStmtWithBodytrait PhpStmttrait PhpNodeclass Objecttrait Matchableclass Any
Members list
In this article