/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost
NameSizeModeActions
Resource/-0755rm
Account.php12330644editdlrm
Accounts.php13500644editdlrm
AdClient.php15300644editdlrm
AdClients.php15590644editdlrm
AdCode.php9620644editdlrm
AdStyle.php17740644editdlrm
AdStyleColors.php14370644editdlrm
AdStyleFont.php9670644editdlrm
AdUnit.php29840644editdlrm
AdUnitContentAdsSettings.php15200644editdlrm
AdUnitContentAdsSettingsBackupOption.php11200644editdlrm
AdUnitMobileContentAdsSettings.php14170644editdlrm
AdUnits.php15510644editdlrm
AssociationSession.php22920644editdlrm
CustomChannel.php12250644editdlrm
CustomChannels.php15790644editdlrm
Report.php21070644editdlrm
ReportHeaders.php11250644editdlrm
UrlChannel.php11220644editdlrm
UrlChannels.php15670644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnit.php (2984B)
code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_AdSenseHost_AdUnitContentAdsSettings */ public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAdsSettings $contentAdsSettings) { $this->contentAdsSettings = $contentAdsSettings; } /** * @return Google_Service_AdSenseHost_AdUnitContentAdsSettings */ public function getContentAdsSettings() { return $this->contentAdsSettings; } /** * @param Google_Service_AdSenseHost_AdStyle */ public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle) { $this->customStyle = $customStyle; } /** * @return Google_Service_AdSenseHost_AdStyle */ public function getCustomStyle() { return $this->customStyle; } 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_AdSenseHost_AdUnitMobileContentAdsSettings */ public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) { $this->mobileContentAdsSettings = $mobileContentAdsSettings; } /** * @return Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings */ public function getMobileContentAdsSettings() { return $this->mobileContentAdsSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }