SYMBOL_TRAIT
SYMBOL_TRAIT
ReflectionContext is a context for Reflection on types
Responsible for maintaining a list of methods, traits, classes and interfaces used for building inheritance links in a digraph
findMethodInInheritanceTree(string $cls, string $method) : string
Find if method is declared in superclass.
Note1: Algo is DFS Note2: Must be called AFTER resolveSymbol Note3: this one is kewl, I don't know why it works at the first try
string | $cls | |
string | $method |
the class which first declares the method (or null)