Searched refs:pollingLocations (Results 1 – 2 of 2) sorted by relevance
169 public function setPollingLocations($pollingLocations) argument171 $this->pollingLocations = $pollingLocations;178 return $this->pollingLocations;
721 public $pollingLocations; variable in Google_VoterInfoResponse758 public function setPollingLocations(/* array(Google_PollingLocation) */ $pollingLocations) { argument759 $this->assertIsArray($pollingLocations, 'Google_PollingLocation', __METHOD__);760 $this->pollingLocations = $pollingLocations;763 return $this->pollingLocations;