protected function StaticReflectionMethod::getStaticReflectionParser in Plug 7
Return value
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionMethod.php, line 62
Class
Namespace
Doctrine\Common\ReflectionCode
protected function getStaticReflectionParser() {
return $this->staticReflectionParser
->getStaticReflectionParserForDeclaringClass('method', $this->methodName);
}