芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/AdMob/ReportFooter.php
matchingRowCount = $matchingRowCount; } /** * @return string */ public function getMatchingRowCount() { return $this->matchingRowCount; } /** * @param ReportWarning[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return ReportWarning[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportFooter::class, 'Google_Service_AdMob_ReportFooter');