Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst320 public function getMethodAnnotations(\ReflectionMethod $method);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\FileCacheReader
179 $annot = $this->reader->getMethodAnnotations($method);
189 $annot = $this->reader->getMethodAnnotations($method);
254 $annotations = $this->getMethodAnnotations($method);
H A DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\SimpleAnnotationReader
105 foreach ($this->getMethodAnnotations($method) as $annot) {
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\IndexedReader
71 foreach ($this->delegate->getMethodAnnotations($method) as $annot) {
H A DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\CachedReader
147 $annots = $this->delegate->getMethodAnnotations($method);
159 foreach ($this->getMethodAnnotations($method) as $annot) {
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method); function
H A DAnnotationReader.php276 public function getMethodAnnotations(ReflectionMethod $method) function in Doctrine\\Common\\Annotations\\AnnotationReader
294 $annotations = $this->getMethodAnnotations($method);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php135 $methodAnnotations = $this->reader->getMethodAnnotations($method);