You are here

public function ReflectionProviderInterface::getReflectionMethod in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/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 vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
Gets the ReflectionMethod equivalent for this class.

File

vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php, line 38

Class

ReflectionProviderInterface

Namespace

Doctrine\Common\Reflection

Code

public function getReflectionMethod($name);