Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php103 public $ratingsCount; variable in Google\\Service\\Books\\VolumeVolumeInfo
426 public function setRatingsCount($ratingsCount) argument
428 $this->ratingsCount = $ratingsCount;
435 return $this->ratingsCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3070 public $ratingsCount; variable in Google_VolumeVolumeInfo
3178 public function setRatingsCount( $ratingsCount) { argument
3179 $this->ratingsCount = $ratingsCount;
3182 return $this->ratingsCount;