function Reader::getPropertyAnnotations

Parameters

\ReflectionProperty $property:

Return value

mixed

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

File

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

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getPropertyAnnotations(\ReflectionProperty $property);