apiKey = $apiKey; $this->sources = $sources; } /** * @return Source[] */ public function getSources() { return $this->sources; } /** * @return string */ public function getApiKey() { return $this->apiKey; } }