/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CivicInfo
NameSizeModeActions
Resource/-0755rm
AdministrationRegion.php24380644editdlrm
AdministrativeBody.php51970644editdlrm
Candidate.php22480644editdlrm
Channel.php9330644editdlrm
Contest.php66960644editdlrm
DivisionSearchResponse.php12710644editdlrm
DivisionSearchResult.php11760644editdlrm
Election.php13300644editdlrm
ElectionOfficial.php15710644editdlrm
ElectionsQueryResponse.php12530644editdlrm
ElectoralDistrict.php10920644editdlrm
GeographicDivision.php12640644editdlrm
Office.php19210644editdlrm
Official.php23920644editdlrm
PollingLocation.php28910644editdlrm
RepresentativeInfoData.php18870644editdlrm
RepresentativeInfoResponse.php25270644editdlrm
SimpleAddressType.php17440644editdlrm
Source.php9740644editdlrm
VoterInfoResponse.php46670644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.php (6696B)
ballotPlacement = $ballotPlacement; } public function getBallotPlacement() { return $this->ballotPlacement; } public function setBallotTitle($ballotTitle) { $this->ballotTitle = $ballotTitle; } public function getBallotTitle() { return $this->ballotTitle; } /** * @param Google_Service_CivicInfo_Candidate[] */ public function setCandidates($candidates) { $this->candidates = $candidates; } /** * @return Google_Service_CivicInfo_Candidate[] */ public function getCandidates() { return $this->candidates; } /** * @param Google_Service_CivicInfo_ElectoralDistrict */ public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district) { $this->district = $district; } /** * @return Google_Service_CivicInfo_ElectoralDistrict */ public function getDistrict() { return $this->district; } public function setElectorateSpecifications($electorateSpecifications) { $this->electorateSpecifications = $electorateSpecifications; } public function getElectorateSpecifications() { return $this->electorateSpecifications; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setNumberElected($numberElected) { $this->numberElected = $numberElected; } public function getNumberElected() { return $this->numberElected; } public function setNumberVotingFor($numberVotingFor) { $this->numberVotingFor = $numberVotingFor; } public function getNumberVotingFor() { return $this->numberVotingFor; } public function setOffice($office) { $this->office = $office; } public function getOffice() { return $this->office; } public function setPrimaryParties($primaryParties) { $this->primaryParties = $primaryParties; } public function getPrimaryParties() { return $this->primaryParties; } public function setPrimaryParty($primaryParty) { $this->primaryParty = $primaryParty; } public function getPrimaryParty() { return $this->primaryParty; } public function setReferendumBallotResponses($referendumBallotResponses) { $this->referendumBallotResponses = $referendumBallotResponses; } public function getReferendumBallotResponses() { return $this->referendumBallotResponses; } public function setReferendumBrief($referendumBrief) { $this->referendumBrief = $referendumBrief; } public function getReferendumBrief() { return $this->referendumBrief; } public function setReferendumConStatement($referendumConStatement) { $this->referendumConStatement = $referendumConStatement; } public function getReferendumConStatement() { return $this->referendumConStatement; } public function setReferendumEffectOfAbstain($referendumEffectOfAbstain) { $this->referendumEffectOfAbstain = $referendumEffectOfAbstain; } public function getReferendumEffectOfAbstain() { return $this->referendumEffectOfAbstain; } public function setReferendumPassageThreshold($referendumPassageThreshold) { $this->referendumPassageThreshold = $referendumPassageThreshold; } public function getReferendumPassageThreshold() { return $this->referendumPassageThreshold; } public function setReferendumProStatement($referendumProStatement) { $this->referendumProStatement = $referendumProStatement; } public function getReferendumProStatement() { return $this->referendumProStatement; } public function setReferendumSubtitle($referendumSubtitle) { $this->referendumSubtitle = $referendumSubtitle; } public function getReferendumSubtitle() { return $this->referendumSubtitle; } public function setReferendumText($referendumText) { $this->referendumText = $referendumText; } public function getReferendumText() { return $this->referendumText; } public function setReferendumTitle($referendumTitle) { $this->referendumTitle = $referendumTitle; } public function getReferendumTitle() { return $this->referendumTitle; } public function setReferendumUrl($referendumUrl) { $this->referendumUrl = $referendumUrl; } public function getReferendumUrl() { return $this->referendumUrl; } public function setRoles($roles) { $this->roles = $roles; } public function getRoles() { return $this->roles; } /** * @param Google_Service_CivicInfo_Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source[] */ public function getSources() { return $this->sources; } public function setSpecial($special) { $this->special = $special; } public function getSpecial() { return $this->special; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }