Home
last modified time | relevance | path

Searched refs:annotationMetadata (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1Annotation.php42 …unction setAnnotationMetadata(GoogleCloudDatalabelingV1beta1AnnotationMetadata $annotationMetadata) argument
44 $this->annotationMetadata = $annotationMetadata;
51 return $this->annotationMetadata;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php140 private static $annotationMetadata = array( variable in Doctrine\\Common\\Annotations\\DocParser
577 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 …]