Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DVoterInfoResponse.php169 public function setPollingLocations($pollingLocations) argument
171 $this->pollingLocations = $pollingLocations;
178 return $this->pollingLocations;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php721 public $pollingLocations; variable in Google_VoterInfoResponse
758 public function setPollingLocations(/* array(Google_PollingLocation) */ $pollingLocations) { argument
759 $this->assertIsArray($pollingLocations, 'Google_PollingLocation', __METHOD__);
760 $this->pollingLocations = $pollingLocations;
763 return $this->pollingLocations;