Home
last modified time | relevance | path

Searched refs:downloadLink (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeAccessInfoEpub.php29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoEpub
52 public function setDownloadLink($downloadLink) argument
54 $this->downloadLink = $downloadLink;
61 return $this->downloadLink;
H A DVolumeAccessInfoPdf.php29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoPdf
52 public function setDownloadLink($downloadLink) argument
54 $this->downloadLink = $downloadLink;
61 return $this->downloadLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2785 public $downloadLink; variable in Google_VolumeAccessInfoEpub
2793 public function setDownloadLink( $downloadLink) { argument
2794 $this->downloadLink = $downloadLink;
2797 return $this->downloadLink;
2809 public $downloadLink; variable in Google_VolumeAccessInfoPdf
2817 public function setDownloadLink( $downloadLink) { argument
2818 $this->downloadLink = $downloadLink;
2821 return $this->downloadLink;