PhpFunction
io.joern.php2cpg.passes.SymbolSummaryPass.PhpFunction
case class PhpFunction(name: String) extends SymbolSummary
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SymbolSummarytrait Ordered[SymbolSummary]trait Comparable[SymbolSummary]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Allows symbols to be compared. When resolving imports, the order of precedence is: Classes, Functions, Constants, Namespaces.
Allows symbols to be compared. When resolving imports, the order of precedence is: Classes, Functions, Constants, Namespaces.
Value parameters
- that
-
the other symbol.
Attributes
- Returns
-
the outcome of the comparison.
- Inherited from:
- SymbolSummary
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article