Searched refs:voter_services (Results 1 – 1 of 1) sorted by relevance
163 public $voter_services; variable in Google_AdministrativeBody232 public function setVoter_services(/* array(Google_string) */ $voter_services) { argument233 $this->assertIsArray($voter_services, 'Google_string', __METHOD__);234 $this->voter_services = $voter_services;237 return $this->voter_services;