Searched defs:annotationName (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | Reader.php | 48 function getClassAnnotation(\ReflectionClass $class, $annotationName); 68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); 88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
|
H A D | SimpleAnnotationReader.php | 89 public function getClassAnnotation(\ReflectionClass $class, $annotationName) 103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) 117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
|
H A D | FileCacheReader.php | 236 public function getClassAnnotation(\ReflectionClass $class, $annotationName) 252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) 268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
|
H A D | AnnotationException.php | 118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a… 142 public static function requiredError($attributeName, $annotationName, $context, $expected) 166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv…
|
H A D | CachedReader.php | 89 public function getClassAnnotation(ReflectionClass $class, $annotationName) 123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) 157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
|
H A D | AnnotationReader.php | 228 public function getClassAnnotation(ReflectionClass $class, $annotationName) 260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) 292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)
|