Searched refs:prohibitedCategories (Results 1 – 1 of 1) sorted by relevance
628 public $prohibitedCategories; variable in Google_CcOffer943 public function setProhibitedCategories(/* array(Google_string) */ $prohibitedCategories) { argument944 $this->assertIsArray($prohibitedCategories, 'Google_string', __METHOD__);945 $this->prohibitedCategories = $prohibitedCategories;948 return $this->prohibitedCategories;