/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage/BucketWebsite.php (1432B)
mainPageSuffix = $mainPageSuffix;
}
/**
* @return string
*/
public function getMainPageSuffix()
{
return $this->mainPageSuffix;
}
/**
* @param string
*/
public function setNotFoundPage($notFoundPage)
{
$this->notFoundPage = $notFoundPage;
}
/**
* @return string
*/
public function getNotFoundPage()
{
return $this->notFoundPage;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BucketWebsite::class, 'Google_Service_Storage_BucketWebsite');