public function ReflectionProviderInterface::getReflectionMethod

Get the ReflectionClass equivalent for this class.

Return value

ReflectionMethod

1 method overrides ReflectionProviderInterface::getReflectionMethod()
StaticReflectionParser::getReflectionMethod in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Get the ReflectionMethod equivalent for the method of this file / class.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 37

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionMethod($name);