/var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo
NameSizeModeActions
Resource/-0755rm
AdministrationRegion.php24520644editdlrm
AdministrativeBody.php62250644editdlrm
Candidate.php29870644editdlrm
Channel.php12780644editdlrm
Contest.php86700644editdlrm
DivisionSearchResponse.php14840644editdlrm
DivisionSearchResult.php16450644editdlrm
Election.php18610644editdlrm
ElectionOfficial.php22100644editdlrm
ElectionsQueryResponse.php14660644editdlrm
ElectoralDistrict.php15490644editdlrm
FeatureIdProto.php16960644editdlrm
GeocodingSummary.php23500644editdlrm
GeographicDivision.php17350644editdlrm
MessageSet.php8320644editdlrm
Office.php24880644editdlrm
Official.php33960644editdlrm
PollingLocation.php34550644editdlrm
RepresentativeInfoData.php18680644editdlrm
RepresentativeInfoResponse.php25130644editdlrm
SimpleAddressType.php25690644editdlrm
Source.php13110644editdlrm
VoterInfoResponse.php45080644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo/VoterInfoResponse.php (4508B)
contests = $contests; } /** * @return Contest[] */ public function getContests() { return $this->contests; } /** * @param PollingLocation[] */ public function setDropOffLocations($dropOffLocations) { $this->dropOffLocations = $dropOffLocations; } /** * @return PollingLocation[] */ public function getDropOffLocations() { return $this->dropOffLocations; } /** * @param PollingLocation[] */ public function setEarlyVoteSites($earlyVoteSites) { $this->earlyVoteSites = $earlyVoteSites; } /** * @return PollingLocation[] */ public function getEarlyVoteSites() { return $this->earlyVoteSites; } /** * @param Election */ public function setElection(Election $election) { $this->election = $election; } /** * @return Election */ public function getElection() { return $this->election; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param bool */ public function setMailOnly($mailOnly) { $this->mailOnly = $mailOnly; } /** * @return bool */ public function getMailOnly() { return $this->mailOnly; } /** * @param SimpleAddressType */ public function setNormalizedInput(SimpleAddressType $normalizedInput) { $this->normalizedInput = $normalizedInput; } /** * @return SimpleAddressType */ public function getNormalizedInput() { return $this->normalizedInput; } /** * @param Election[] */ public function setOtherElections($otherElections) { $this->otherElections = $otherElections; } /** * @return Election[] */ public function getOtherElections() { return $this->otherElections; } /** * @param PollingLocation[] */ public function setPollingLocations($pollingLocations) { $this->pollingLocations = $pollingLocations; } /** * @return PollingLocation[] */ public function getPollingLocations() { return $this->pollingLocations; } /** * @param string */ public function setPrecinctId($precinctId) { $this->precinctId = $precinctId; } /** * @return string */ public function getPrecinctId() { return $this->precinctId; } /** * @param AdministrationRegion[] */ public function setState($state) { $this->state = $state; } /** * @return AdministrationRegion[] */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VoterInfoResponse::class, 'Google_Service_CivicInfo_VoterInfoResponse');