/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/Candidate.php (2248B)
candidateUrl = $candidateUrl; } public function getCandidateUrl() { return $this->candidateUrl; } /** * @param Google_Service_CivicInfo_Channel[] */ public function setChannels($channels) { $this->channels = $channels; } /** * @return Google_Service_CivicInfo_Channel[] */ public function getChannels() { return $this->channels; } public function setEmail($email) { $this->email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOrderOnBallot($orderOnBallot) { $this->orderOnBallot = $orderOnBallot; } public function getOrderOnBallot() { return $this->orderOnBallot; } public function setParty($party) { $this->party = $party; } public function getParty() { return $this->party; } public function setPhone($phone) { $this->phone = $phone; } public function getPhone() { return $this->phone; } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } public function getPhotoUrl() { return $this->photoUrl; } }