Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php253 public $relatedQueries; variable in Google_Products
360 public function setRelatedQueries(/* array(Google_string) */ $relatedQueries) { argument
361 $this->assertIsArray($relatedQueries, 'Google_string', __METHOD__);
362 $this->relatedQueries = $relatedQueries;
365 return $this->relatedQueries;