PhpMethodDecl
io.joern.php2cpg.parser.Domain.PhpMethodDecl
final case class PhpMethodDecl(name: PhpNameExpr, params: Seq[PhpParam], modifiers: List[String], returnType: Option[PhpNameExpr], stmts: List[PhpStmt], returnByRef: Boolean, namespacedName: Option[PhpNameExpr], isClassMethod: Boolean, attributes: PhpAttributes, attributeGroups: Seq[PhpAttributeGroup]) extends PhpStmtWithBody
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PhpStmtWithBodytrait PhpStmttrait PhpNodeclass Objecttrait Matchableclass Any
Members list
In this article