Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketWebsite.php29 public $notFoundPage; variable in Google\\Service\\Storage\\BucketWebsite
48 public function setNotFoundPage($notFoundPage) argument
50 $this->notFoundPage = $notFoundPage;
57 return $this->notFoundPage;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1221 public $notFoundPage; variable in Google_BucketWebsite
1228 public function setNotFoundPage( $notFoundPage) { argument
1229 $this->notFoundPage = $notFoundPage;
1232 return $this->notFoundPage;