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