Searched refs:annotationMetadata (Results 1 – 2 of 2) sorted by relevance
42 …unction setAnnotationMetadata(GoogleCloudDatalabelingV1beta1AnnotationMetadata $annotationMetadata) argument44 $this->annotationMetadata = $annotationMetadata;51 return $this->annotationMetadata;
140 private static $annotationMetadata = array( variable in Doctrine\\Common\\Annotations\\DocParser577 self::$annotationMetadata[$name] = $metadata;750 if ( ! isset(self::$annotationMetadata[$name])) {755 if (self::$annotationMetadata[$name]['is_annotation'] === false) {770 if (0 === (self::$annotationMetadata[$name]['targets'] & $target) && $target) {773 … $originalName, $this->context, self::$annotationMetadata[$name]['targets_literal'])779 if (isset(self::$annotationMetadata[$name]['enum'])) {781 foreach (self::$annotationMetadata[$name]['enum'] as $property => $enum) {790 foreach (self::$annotationMetadata[$name]['attribute_types'] as $property => $type) {791 if ($property === self::$annotationMetadata[$name]['default_property'][all …]