Searched refs:approvedCategories (Results 1 – 1 of 1) sorted by relevance
582 public $approvedCategories; variable in Google_CcOffer687 public function setApprovedCategories(/* array(Google_string) */ $approvedCategories) { argument688 $this->assertIsArray($approvedCategories, 'Google_string', __METHOD__);689 $this->approvedCategories = $approvedCategories;692 return $this->approvedCategories;