芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/AdMob/ReportRow.php
dimensionValues = $dimensionValues; } /** * @return ReportRowDimensionValue[] */ public function getDimensionValues() { return $this->dimensionValues; } /** * @param ReportRowMetricValue[] */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return ReportRowMetricValue[] */ public function getMetricValues() { return $this->metricValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportRow::class, 'Google_Service_AdMob_ReportRow');