Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php69 public $mainCategory; variable in Google\\Service\\Books\\VolumeVolumeInfo
300 public function setMainCategory($mainCategory) argument
302 $this->mainCategory = $mainCategory;
309 return $this->mainCategory;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3064 public $mainCategory; variable in Google_VolumeVolumeInfo
3142 public function setMainCategory( $mainCategory) { argument
3143 $this->mainCategory = $mainCategory;
3146 return $this->mainCategory;