Searched refs:bidderLocation (Results 1 – 2 of 2) sorted by relevance
45 public function setBidderLocation($bidderLocation) argument47 $this->bidderLocation = $bidderLocation;54 return $this->bidderLocation;
284 public $bidderLocation; variable in Google_Account290 public function setBidderLocation(/* array(Google_AccountBidderLocation) */ $bidderLocation) { argument291 $this->assertIsArray($bidderLocation, 'Google_AccountBidderLocation', __METHOD__);292 $this->bidderLocation = $bidderLocation;295 return $this->bidderLocation;