Home
last modified time | relevance | path

Searched defs:annotationName (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DReader.php48 function getClassAnnotation(\ReflectionClass $class, $annotationName);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
H A DSimpleAnnotationReader.php89 public function getClassAnnotation(\ReflectionClass $class, $annotationName)
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DFileCacheReader.php236 public function getClassAnnotation(\ReflectionClass $class, $annotationName)
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DAnnotationException.php118 …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 DCachedReader.php89 public function getClassAnnotation(ReflectionClass $class, $annotationName)
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DAnnotationReader.php228 public function getClassAnnotation(ReflectionClass $class, $annotationName)
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName)
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)