Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php839 public $gtins; variable in Google_ShoppingModelProductJsonV1
937 public function setGtins(/* array(Google_string) */ $gtins) { argument
938 $this->assertIsArray($gtins, 'Google_string', __METHOD__);
939 $this->gtins = $gtins;
942 return $this->gtins;