芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudFunctions/Source.php
repoSource = $repoSource; } /** * @return RepoSource */ public function getRepoSource() { return $this->repoSource; } /** * @param StorageSource */ public function setStorageSource(StorageSource $storageSource) { $this->storageSource = $storageSource; } /** * @return StorageSource */ public function getStorageSource() { return $this->storageSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Source::class, 'Google_Service_CloudFunctions_Source');