Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php843 public $internal1; variable in Google_ShoppingModelProductJsonV1
951 public function setInternal1(/* array(Google_string) */ $internal1) { argument
952 $this->assertIsArray($internal1, 'Google_string', __METHOD__);
953 $this->internal1 = $internal1;
956 return $this->internal1;