/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense
NameSizeModeActions
Resource/-0755rm
Account.php21390644editdlrm
Accounts.php15390644editdlrm
AdClient.php15260644editdlrm
AdClients.php15430644editdlrm
AdCode.php12840644editdlrm
AdsenseReportsGenerateResponse.php25270644editdlrm
AdsenseReportsGenerateResponseHeaders.php11450644editdlrm
AdStyle.php17380644editdlrm
AdStyleColors.php14330644editdlrm
AdStyleFont.php9630644editdlrm
AdUnit.php36320644editdlrm
AdUnitContentAdsSettings.php15000644editdlrm
AdUnitContentAdsSettingsBackupOption.php11160644editdlrm
AdUnitFeedAdsSettings.php14040644editdlrm
AdUnitMobileContentAdsSettings.php14130644editdlrm
AdUnits.php15350644editdlrm
Alert.php16090644editdlrm
Alerts.php11840644editdlrm
CustomChannel.php17270644editdlrm
CustomChannels.php15630644editdlrm
CustomChannelTargetingInfo.php14300644editdlrm
Metadata.php12370644editdlrm
Payment.php16160644editdlrm
Payments.php11920644editdlrm
ReportingMetadataEntry.php21810644editdlrm
SavedAdStyle.php14600644editdlrm
SavedAdStyles.php15590644editdlrm
SavedReport.php10770644editdlrm
SavedReports.php15550644editdlrm
UrlChannel.php11180644editdlrm
UrlChannels.php15510644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php (3632B)
code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_AdSense_AdUnitContentAdsSettings */ public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSettings $contentAdsSettings) { $this->contentAdsSettings = $contentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitContentAdsSettings */ public function getContentAdsSettings() { return $this->contentAdsSettings; } /** * @param Google_Service_AdSense_AdStyle */ public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle) { $this->customStyle = $customStyle; } /** * @return Google_Service_AdSense_AdStyle */ public function getCustomStyle() { return $this->customStyle; } /** * @param Google_Service_AdSense_AdUnitFeedAdsSettings */ public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings $feedAdsSettings) { $this->feedAdsSettings = $feedAdsSettings; } /** * @return Google_Service_AdSense_AdUnitFeedAdsSettings */ public function getFeedAdsSettings() { return $this->feedAdsSettings; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) { $this->mobileContentAdsSettings = $mobileContentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function getMobileContentAdsSettings() { return $this->mobileContentAdsSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSavedStyleId($savedStyleId) { $this->savedStyleId = $savedStyleId; } public function getSavedStyleId() { return $this->savedStyleId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }