public function ReflectionProviderInterface::getReflectionProperty in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php \Doctrine\Common\Reflection\ReflectionProviderInterface::getReflectionProperty()
Gets the ReflectionProperty equivalent for this class.
Parameters
string $name:
Return value
\ReflectionProperty
1 method overrides ReflectionProviderInterface::getReflectionProperty()
- StaticReflectionParser::getReflectionProperty in modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionParser.php - Gets the ReflectionProperty equivalent for this class.
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ ReflectionProviderInterface.php, line 47
Class
Namespace
Doctrine\Common\ReflectionCode
public function getReflectionProperty($name);