����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.16.130.16 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/CivicInfo/ |
Upload File : |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\CivicInfo; class Contest extends \Google\Collection { protected $collection_key = 'sources'; public $ballotPlacement; public $ballotTitle; protected $candidatesType = Candidate::class; protected $candidatesDataType = 'array'; protected $districtType = ElectoralDistrict::class; protected $districtDataType = ''; public $electorateSpecifications; public $level; public $numberElected; public $numberVotingFor; public $office; public $primaryParties; public $primaryParty; public $referendumBallotResponses; public $referendumBrief; public $referendumConStatement; public $referendumEffectOfAbstain; public $referendumPassageThreshold; public $referendumProStatement; public $referendumSubtitle; public $referendumText; public $referendumTitle; public $referendumUrl; public $roles; protected $sourcesType = Source::class; protected $sourcesDataType = 'array'; public $special; public $type; public function setBallotPlacement($ballotPlacement) { $this->ballotPlacement = $ballotPlacement; } public function getBallotPlacement() { return $this->ballotPlacement; } public function setBallotTitle($ballotTitle) { $this->ballotTitle = $ballotTitle; } public function getBallotTitle() { return $this->ballotTitle; } /** * @param Candidate[] */ public function setCandidates($candidates) { $this->candidates = $candidates; } /** * @return Candidate[] */ public function getCandidates() { return $this->candidates; } /** * @param ElectoralDistrict */ public function setDistrict(ElectoralDistrict $district) { $this->district = $district; } /** * @return 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 Source[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return 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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Contest::class, 'Google_Service_CivicInfo_Contest');