Home
last modified time | relevance | path

Searched refs:processFunctionOrMethod (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php68 $this->processFunctionOrMethod($method);
82 $this->processFunctionOrMethod(new \ReflectionFunction($function));
91 private function processFunctionOrMethod(\ReflectionFunctionAbstract $functionOrMethod) function in SebastianBergmann\\CodeUnitReverseLookup\\Wizard