Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php844 public $internal10; variable in Google_ShoppingModelProductJsonV1
958 public function setInternal10(/* array(Google_string) */ $internal10) { argument
959 $this->assertIsArray($internal10, 'Google_string', __METHOD__);
960 $this->internal10 = $internal10;
963 return $this->internal10;