function Reader::getPropertyAnnotation

Parameters

\ReflectionProperty $property:

string $annotationName:

Return value

mixed

5 methods override Reader::getPropertyAnnotation()

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);