function Reader::getClassAnnotations

Parameters

\ReflectionClass $class:

Return value

mixed

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

File

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

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getClassAnnotations(\ReflectionClass $class);