Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DAdministrativeBody.php57 public $electionRegistrationUrl; variable in Google\\Service\\CivicInfo\\AdministrativeBody
196 public function setElectionRegistrationUrl($electionRegistrationUrl) argument
198 $this->electionRegistrationUrl = $electionRegistrationUrl;
205 return $this->electionRegistrationUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php156 public $electionRegistrationUrl; variable in Google_AdministrativeBody
202 public function setElectionRegistrationUrl( $electionRegistrationUrl) { argument
203 $this->electionRegistrationUrl = $electionRegistrationUrl;
206 return $this->electionRegistrationUrl;