Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1557 public $promotionCodes; variable in Google_LinkSpecialOffers
1600 public function setPromotionCodes(/* array(Google_string) */ $promotionCodes) { argument
1601 $this->assertIsArray($promotionCodes, 'Google_string', __METHOD__);
1602 $this->promotionCodes = $promotionCodes;
1605 return $this->promotionCodes;