Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php865 public $mpns; variable in Google_ShoppingModelProductJsonV1
1052 public function setMpns(/* array(Google_string) */ $mpns) { argument
1053 $this->assertIsArray($mpns, 'Google_string', __METHOD__);
1054 $this->mpns = $mpns;
1057 return $this->mpns;