芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/AlertCenter/RequestInfo.php
appDeveloperEmail = $appDeveloperEmail; } /** * @return string[] */ public function getAppDeveloperEmail() { return $this->appDeveloperEmail; } /** * @param string */ public function setAppKey($appKey) { $this->appKey = $appKey; } /** * @return string */ public function getAppKey() { return $this->appKey; } /** * @param string */ public function setNumberOfRequests($numberOfRequests) { $this->numberOfRequests = $numberOfRequests; } /** * @return string */ public function getNumberOfRequests() { return $this->numberOfRequests; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RequestInfo::class, 'Google_Service_AlertCenter_RequestInfo');