Searched refs:annotationName (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | AnnotationException.php | 111 * @param string $annotationName 118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a… argument 123 $annotationName, 136 * @param string $annotationName 142 public static function requiredError($attributeName, $annotationName, $context, $expected) argument 147 $annotationName, 159 * @param string $annotationName 166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument 171 $annotationName,
|
H A D | Reader.php | 44 * @param string $annotationName The name of the annotation. 48 function getClassAnnotation(\ReflectionClass $class, $annotationName); argument 64 * @param string $annotationName The name of the annotation. 68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); argument 84 * @param string $annotationName The name of the annotation. 88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName); argument
|
H A D | SimpleAnnotationReader.php | 89 public function getClassAnnotation(\ReflectionClass $class, $annotationName) argument 92 if ($annot instanceof $annotationName) { 103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument 106 if ($annot instanceof $annotationName) { 117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument 120 if ($annot instanceof $annotationName) {
|
H A D | CachedReader.php | 89 public function getClassAnnotation(ReflectionClass $class, $annotationName) argument 92 if ($annot instanceof $annotationName) { 123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument 126 if ($annot instanceof $annotationName) { 157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument 160 if ($annot instanceof $annotationName) {
|
H A D | FileCacheReader.php | 236 public function getClassAnnotation(\ReflectionClass $class, $annotationName) argument 241 if ($annotation instanceof $annotationName) { 252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument 257 if ($annotation instanceof $annotationName) { 268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument 273 if ($annotation instanceof $annotationName) {
|
H A D | AnnotationReader.php | 228 public function getClassAnnotation(ReflectionClass $class, $annotationName) argument 233 if ($annotation instanceof $annotationName) { 260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) argument 265 if ($annotation instanceof $annotationName) { 292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName) argument 297 if ($annotation instanceof $annotationName) {
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | custom.rst | 313 public function getClassAnnotation(\ReflectionClass $class, $annotationName); 327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName); 341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
|