protected function StaticReflectionMethod::getStaticReflectionParser

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 50

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

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