Home
last modified time | relevance | path

Searched refs:getPropertyAnnotation (Results 1 – 8 of 8) sorted by last modified time

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
H A Dindex.rst72 $myAnnotation = $reader->getPropertyAnnotation(
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) function in Doctrine\\Common\\Annotations\\FileCacheReader
H A DSimpleAnnotationReader.php117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) function in Doctrine\\Common\\Annotations\\SimpleAnnotationReader
H A DIndexedReader.php102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
104 return $this->delegate->getPropertyAnnotation($property, $annotation);
H A DCachedReader.php123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) function in Doctrine\\Common\\Annotations\\CachedReader
H A DReader.php88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName); function
H A DAnnotationReader.php260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) function in Doctrine\\Common\\Annotations\\AnnotationReader