Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php244 public function setImageLinks(VolumeVolumeInfoImageLinks $imageLinks) argument
246 $this->imageLinks = $imageLinks;
253 return $this->imageLinks;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3058 public $imageLinks; variable in Google_VolumeVolumeInfo
3117 public function setImageLinks(Google_VolumeVolumeInfoImageLinks $imageLinks) { argument
3118 $this->imageLinks = $imageLinks;
3121 return $this->imageLinks;