You are here

protected function StaticReflectionProperty::getStaticReflectionParser in Plug 7

Return value

StaticReflectionParser

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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