Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketWebsite.php25 public $mainPageSuffix; variable in Google\\Service\\Storage\\BucketWebsite
34 public function setMainPageSuffix($mainPageSuffix) argument
36 $this->mainPageSuffix = $mainPageSuffix;
43 return $this->mainPageSuffix;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1220 public $mainPageSuffix; variable in Google_BucketWebsite
1222 public function setMainPageSuffix( $mainPageSuffix) { argument
1223 $this->mainPageSuffix = $mainPageSuffix;
1226 return $this->mainPageSuffix;