Home
last modified time | relevance | path

Searched refs:getPropertyAnnotations (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php81 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\SimpleAnnotationReader
119 foreach ($this->getPropertyAnnotations($property) as $annot) {
H A DIndexedReader.php89 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\IndexedReader
92 foreach ($this->delegate->getPropertyAnnotations($property) as $annot) {
H A DFileCacheReader.php130 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\FileCacheReader
144 $annot = $this->reader->getPropertyAnnotations($property);
154 $annot = $this->reader->getPropertyAnnotations($property);
270 $annotations = $this->getPropertyAnnotations($property);
H A DCachedReader.php103 public function getPropertyAnnotations(\ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\CachedReader
113 $annots = $this->delegate->getPropertyAnnotations($property);
125 foreach ($this->getPropertyAnnotations($property) as $annot) {
H A DReader.php78 function getPropertyAnnotations(\ReflectionProperty $property); function
H A DAnnotationReader.php244 public function getPropertyAnnotations(ReflectionProperty $property) function in Doctrine\\Common\\Annotations\\AnnotationReader
262 $annotations = $this->getPropertyAnnotations($property);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php162 $propertiesAnnotations[] = $this->reader->getPropertyAnnotations($property);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst334 public function getPropertyAnnotations(\ReflectionProperty $property);