Searched refs:mpns (Results 1 – 1 of 1) sorted by relevance
865 public $mpns; variable in Google_ShoppingModelProductJsonV11052 public function setMpns(/* array(Google_string) */ $mpns) { argument1053 $this->assertIsArray($mpns, 'Google_string', __METHOD__);1054 $this->mpns = $mpns;1057 return $this->mpns;