Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php628 public $prohibitedCategories; variable in Google_CcOffer
943 public function setProhibitedCategories(/* array(Google_string) */ $prohibitedCategories) { argument
944 $this->assertIsArray($prohibitedCategories, 'Google_string', __METHOD__);
945 $this->prohibitedCategories = $prohibitedCategories;
948 return $this->prohibitedCategories;