Searched refs:productCodes (Results 1 – 2 of 2) sorted by relevance
38 public $productCodes; variable in Google\\Service\\AdSenseHost\\AssociationSession105 public function setProductCodes($productCodes) argument107 $this->productCodes = $productCodes;114 return $this->productCodes;
1109 public $productCodes; variable in Google_AssociationSession1133 public function setProductCodes(/* array(Google_string) */ $productCodes) { argument1134 $this->assertIsArray($productCodes, 'Google_string', __METHOD__);1135 $this->productCodes = $productCodes;1138 return $this->productCodes;