Searched refs:getPropertyAnnotations (Results 1 – 8 of 8) sorted by relevance
81 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\SimpleAnnotationReader119 foreach ($this->getPropertyAnnotations($property) as $annot) {
89 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\IndexedReader92 foreach ($this->delegate->getPropertyAnnotations($property) as $annot) {
130 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\FileCacheReader144 $annot = $this->reader->getPropertyAnnotations($property);154 $annot = $this->reader->getPropertyAnnotations($property);270 $annotations = $this->getPropertyAnnotations($property);
103 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\CachedReader113 $annots = $this->delegate->getPropertyAnnotations($property);125 foreach ($this->getPropertyAnnotations($property) as $annot) {
78 function getPropertyAnnotations(\ReflectionProperty $property); function
244 public function getPropertyAnnotations(ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\AnnotationReader262 $annotations = $this->getPropertyAnnotations($property);
162 $propertiesAnnotations[] = $this->reader->getPropertyAnnotations($property);
334 public function getPropertyAnnotations(\ReflectionProperty $property);