Searched refs:earlyVoteSites (Results 1 – 2 of 2) sorted by relevance
85 public function setEarlyVoteSites($earlyVoteSites) argument87 $this->earlyVoteSites = $earlyVoteSites;94 return $this->earlyVoteSites;
711 public $earlyVoteSites; variable in Google_VoterInfoResponse733 public function setEarlyVoteSites(/* array(Google_PollingLocation) */ $earlyVoteSites) { argument734 $this->assertIsArray($earlyVoteSites, 'Google_PollingLocation', __METHOD__);735 $this->earlyVoteSites = $earlyVoteSites;738 return $this->earlyVoteSites;