Home
last modified time | relevance | path

Searched refs:getClassAnnotation (Results 1 – 7 of 7) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst313 public function getClassAnnotation(\ReflectionClass $class, $annotationName);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php228 public function getClassAnnotation(ReflectionClass $class, $annotationName) function in Doctrine\\Common\\Annotations\\AnnotationReader
H A DCachedReader.php89 public function getClassAnnotation(ReflectionClass $class, $annotationName) function in Doctrine\\Common\\Annotations\\CachedReader
H A DFileCacheReader.php236 public function getClassAnnotation(\ReflectionClass $class, $annotationName) function in Doctrine\\Common\\Annotations\\FileCacheReader
H A DIndexedReader.php60 public function getClassAnnotation(\ReflectionClass $class, $annotation) function in Doctrine\\Common\\Annotations\\IndexedReader
62 return $this->delegate->getClassAnnotation($class, $annotation);
H A DReader.php48 function getClassAnnotation(\ReflectionClass $class, $annotationName); function
H A DSimpleAnnotationReader.php89 public function getClassAnnotation(\ReflectionClass $class, $annotationName) function in Doctrine\\Common\\Annotations\\SimpleAnnotationReader