Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DCandidate.php26 public $candidateUrl; variable in Google\\Service\\CivicInfo\\Candidate
57 public function setCandidateUrl($candidateUrl) argument
59 $this->candidateUrl = $candidateUrl;
66 return $this->candidateUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php248 public $candidateUrl; variable in Google_Candidate
258 public function setCandidateUrl( $candidateUrl) { argument
259 $this->candidateUrl = $candidateUrl;
262 return $this->candidateUrl;