Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php410 public $merchantCenterIds; variable in Google_Advertiser
501 public function setMerchantCenterIds(/* array(Google_string) */ $merchantCenterIds) { argument
502 $this->assertIsArray($merchantCenterIds, 'Google_string', __METHOD__);
503 $this->merchantCenterIds = $merchantCenterIds;
506 return $this->merchantCenterIds;