Home
last modified time | relevance | path

Searched refs:contentAdsSettings (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAdUnit.php44 public function setContentAdsSettings(ContentAdsSettings $contentAdsSettings) argument
46 $this->contentAdsSettings = $contentAdsSettings;
53 return $this->contentAdsSettings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdUnit.php66 public function setContentAdsSettings(AdUnitContentAdsSettings $contentAdsSettings) argument
68 $this->contentAdsSettings = $contentAdsSettings;
75 return $this->contentAdsSettings;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php929 public $contentAdsSettings; variable in Google_AdUnit
946 public function setContentAdsSettings(Google_AdUnitContentAdsSettings $contentAdsSettings) { argument
947 $this->contentAdsSettings = $contentAdsSettings;
950 return $this->contentAdsSettings;
H A DGoogle_AdSenseService.php1327 public $contentAdsSettings; variable in Google_AdUnit
1348 public function setContentAdsSettings(Google_AdUnitContentAdsSettings $contentAdsSettings) { argument
1349 $this->contentAdsSettings = $contentAdsSettings;
1352 return $this->contentAdsSettings;