/var/www/flurhymez/vendor/google/apiclient-services/src/AdSenseHost
NameSizeModeActions
Resource/-0755rm
Account.php17640644editdlrm
Accounts.php16230644editdlrm
AdClient.php21430644editdlrm
AdClients.php19260644editdlrm
AdCode.php13070644editdlrm
AdStyle.php19150644editdlrm
AdStyleColors.php20720644editdlrm
AdStyleFont.php13220644editdlrm
AdUnit.php32960644editdlrm
AdUnitContentAdsSettings.php17980644editdlrm
AdUnitContentAdsSettingsBackupOption.php16170644editdlrm
AdUnitMobileContentAdsSettings.php19940644editdlrm
AdUnits.php19140644editdlrm
AssociationSession.php33110644editdlrm
CustomChannel.php17680644editdlrm
CustomChannels.php19560644editdlrm
Report.php27680644editdlrm
ReportHeaders.php15760644editdlrm
UrlChannel.php15670644editdlrm
UrlChannels.php19380644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdSenseHost/ReportHeaders.php (1576B)
currency = $currency; } /** * @return string */ public function getCurrency() { return $this->currency; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportHeaders::class, 'Google_Service_AdSenseHost_ReportHeaders');