Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php582 public $approvedCategories; variable in Google_CcOffer
687 public function setApprovedCategories(/* array(Google_string) */ $approvedCategories) { argument
688 $this->assertIsArray($approvedCategories, 'Google_string', __METHOD__);
689 $this->approvedCategories = $approvedCategories;
692 return $this->approvedCategories;