function Reader::getClassAnnotation

Parameters

\ReflectionClass $class:

string $annotationName:

Return value

mixed

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

File

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

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getClassAnnotation(\ReflectionClass $class, $annotationName);