function Reader::getMethodAnnotation

Parameters

\ReflectionMethod $method:

string $annotationName:

Return value

mixed

5 methods override Reader::getMethodAnnotation()

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php, line 53

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getMethodAnnotation(\ReflectionMethod $method, $annotationName);