function Reader::getMethodAnnotation

Parameters

\ReflectionMethod $method:

string $annotationName:

Return value

mixed

5 methods override Reader::getMethodAnnotation()
AnnotationReader::getMethodAnnotation in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php
Gets a method annotation.
CachedReader::getMethodAnnotation in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php
Get selected method annotation
FileCacheReader::getMethodAnnotation in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php
Gets a method annotation.
IndexedReader::getMethodAnnotation in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/IndexedReader.php
Get selected annotation for method
SimpleAnnotationReader::getMethodAnnotation in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
Gets a method annotation.

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);