Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DVoterInfoResponse.php85 public function setEarlyVoteSites($earlyVoteSites) argument
87 $this->earlyVoteSites = $earlyVoteSites;
94 return $this->earlyVoteSites;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php711 public $earlyVoteSites; variable in Google_VoterInfoResponse
733 public function setEarlyVoteSites(/* array(Google_PollingLocation) */ $earlyVoteSites) { argument
734 $this->assertIsArray($earlyVoteSites, 'Google_PollingLocation', __METHOD__);
735 $this->earlyVoteSites = $earlyVoteSites;
738 return $this->earlyVoteSites;