/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Storage
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Storage/BucketWebsite.php (1077B)
mainPageSuffix = $mainPageSuffix;
}
public function getMainPageSuffix()
{
return $this->mainPageSuffix;
}
public function setNotFoundPage($notFoundPage)
{
$this->notFoundPage = $notFoundPage;
}
public function getNotFoundPage()
{
return $this->notFoundPage;
}
}