Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DLayersummary.php30 public $annotationTypes; variable in Google\\Service\\Books\\Layersummary
93 public function setAnnotationTypes($annotationTypes) argument
95 $this->annotationTypes = $annotationTypes;
102 return $this->annotationTypes;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2319 public $annotationTypes; variable in Google_Layersummary
2337 public function setAnnotationTypes(/* array(Google_string) */ $annotationTypes) { argument
2338 $this->assertIsArray($annotationTypes, 'Google_string', __METHOD__);
2339 $this->annotationTypes = $annotationTypes;
2342 return $this->annotationTypes;