You are here

protected function StaticReflectionMethod::getStaticReflectionParser in Plug 7

Return value

StaticReflectionParser

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 62

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

protected function getStaticReflectionParser() {
  return $this->staticReflectionParser
    ->getStaticReflectionParserForDeclaringClass('method', $this->methodName);
}