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