function Reader::getPropertyAnnotation

Parameters

\ReflectionProperty $property:

string $annotationName:

Return value

mixed

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

File

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

Class

Reader
Interface for annotation readers.

Namespace

Doctrine\Common\Annotations

Code

function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);