Lines Matching refs:sources
111 public $sources; variable in Google_AdministrationRegion
136 public function setSources(/* array(Google_Source) */ $sources) { argument
137 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
138 $this->sources = $sources;
141 return $this->sources;
346 public $sources; variable in Google_Contest
428 public function setSources(/* array(Google_Source) */ $sources) { argument
429 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
430 $this->sources = $sources;
433 return $this->sources;
566 public $sources; variable in Google_PollingLocation
605 public function setSources(/* array(Google_Source) */ $sources) { argument
606 $this->assertIsArray($sources, 'Google_Source', __METHOD__);
607 $this->sources = $sources;
610 return $this->sources;