protected function StaticReflectionProperty::getStaticReflectionParser

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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