Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php145 public function setCurrentVersionRanges(AnnotationCurrentVersionRanges $currentVersionRanges) argument
147 $this->currentVersionRanges = $currentVersionRanges;
154 return $this->currentVersionRanges;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1019 public $currentVersionRanges; variable in Google_Annotation
1055 …lic function setCurrentVersionRanges(Google_AnnotationCurrentVersionRanges $currentVersionRanges) { argument
1056 $this->currentVersionRanges = $currentVersionRanges;
1059 return $this->currentVersionRanges;