Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php784 public $facetRules; variable in Google_ShoppingModelExtrasJsonV1
788 …public function setFacetRules(/* array(Google_ShoppingModelExtrasJsonV1FacetRules) */ $facetRules)… argument
789 $this->assertIsArray($facetRules, 'Google_ShoppingModelExtrasJsonV1FacetRules', __METHOD__);
790 $this->facetRules = $facetRules;
793 return $this->facetRules;