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) {779 if (isset(self::$annotationMetadata[$name]['enum'])) {781 foreach (self::$annotationMetadata[$name]['enum'] as $property => $enum) {791 if ($property === self::$annotationMetadata[$name]['default_property']826 if (self::$annotationMetadata[$name]['has_constructor'] === true) {833 if (!isset(self::$annotationMetadata[$name]['properties'][$property])) {[all …]