| D | Google_ShoppingService.php | 262 public $stores; variable in Google_Products 391 public function setStores(/* array(Google_ProductsStores) */ $stores) { argument 392 $this->assertIsArray($stores, 'Google_ProductsStores', __METHOD__); 393 $this->stores = $stores; 396 return $this->stores;
|