Home
last modified time | relevance | path

Searched refs:productCodes (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAssociationSession.php38 public $productCodes; variable in Google\\Service\\AdSenseHost\\AssociationSession
105 public function setProductCodes($productCodes) argument
107 $this->productCodes = $productCodes;
114 return $this->productCodes;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php1109 public $productCodes; variable in Google_AssociationSession
1133 public function setProductCodes(/* array(Google_string) */ $productCodes) { argument
1134 $this->assertIsArray($productCodes, 'Google_string', __METHOD__);
1135 $this->productCodes = $productCodes;
1138 return $this->productCodes;