Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php855 public $internal4; variable in Google_ShoppingModelProductJsonV1
1001 public function setInternal4(/* array(Google_ShoppingModelProductJsonV1Internal4) */ $internal4) { argument
1002 $this->assertIsArray($internal4, 'Google_ShoppingModelProductJsonV1Internal4', __METHOD__);
1003 $this->internal4 = $internal4;
1006 return $this->internal4;