function Reader::getMethodAnnotations

Parameters

\ReflectionMethod $method:

Return value

mixed

5 methods override Reader::getMethodAnnotations()
AnnotationReader::getMethodAnnotations in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php
Gets the annotations applied to a method.
CachedReader::getMethodAnnotations in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php
Get method annotations
FileCacheReader::getMethodAnnotations in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php
Retrieve annotations for method
IndexedReader::getMethodAnnotations in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/IndexedReader.php
Get Annotations for method
SimpleAnnotationReader::getMethodAnnotations in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
Gets the annotations applied to a method.

File

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

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getMethodAnnotations(\ReflectionMethod $method);