/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense
NameSizeModeActions
Resource/-0755rm
Account.php27570644editdlrm
AdBlockingRecoveryTag.php14280644editdlrm
AdClient.php19270644editdlrm
AdClientAdCode.php15990644editdlrm
AdsenseEmpty.php8340644editdlrm
AdUnit.php23480644editdlrm
AdUnitAdCode.php10830644editdlrm
Alert.php17990644editdlrm
Cell.php10520644editdlrm
ContentAdsSettings.php13210644editdlrm
CustomChannel.php19430644editdlrm
Date.php14860644editdlrm
Header.php15750644editdlrm
HttpBody.php16680644editdlrm
ListAccountsResponse.php15070644editdlrm
ListAdClientsResponse.php15220644editdlrm
ListAdUnitsResponse.php14920644editdlrm
ListAlertsResponse.php11800644editdlrm
ListChildAccountsResponse.php15220644editdlrm
ListCustomChannelsResponse.php15970644editdlrm
ListLinkedAdUnitsResponse.php15100644editdlrm
ListLinkedCustomChannelsResponse.php16150644editdlrm
ListPaymentsResponse.php12100644editdlrm
ListSavedReportsResponse.php15670644editdlrm
ListSitesResponse.php14620644editdlrm
ListUrlChannelsResponse.php15520644editdlrm
Payment.php15610644editdlrm
ReportResult.php31610644editdlrm
Row.php11230644editdlrm
SavedReport.php13070644editdlrm
Site.php21780644editdlrm
TimeZone.php12980644editdlrm
UrlChannel.php16850644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense/ReportResult.php (3161B)
averages = $averages; } /** * @return Row */ public function getAverages() { return $this->averages; } /** * @param Date */ public function setEndDate(Date $endDate) { $this->endDate = $endDate; } /** * @return Date */ public function getEndDate() { return $this->endDate; } /** * @param Header[] */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Header[] */ public function getHeaders() { return $this->headers; } /** * @param Row[] */ public function setRows($rows) { $this->rows = $rows; } /** * @return Row[] */ public function getRows() { return $this->rows; } /** * @param Date */ public function setStartDate(Date $startDate) { $this->startDate = $startDate; } /** * @return Date */ public function getStartDate() { return $this->startDate; } /** * @param string */ public function setTotalMatchedRows($totalMatchedRows) { $this->totalMatchedRows = $totalMatchedRows; } /** * @return string */ public function getTotalMatchedRows() { return $this->totalMatchedRows; } /** * @param Row */ public function setTotals(Row $totals) { $this->totals = $totals; } /** * @return Row */ public function getTotals() { return $this->totals; } /** * @param string[] */ public function setWarnings($warnings) { $this->warnings = $warnings; } /** * @return string[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportResult::class, 'Google_Service_Adsense_ReportResult');