providers[] = $provider; } public function getRepository($url) { foreach ($this->providers as $provider){ if($provider->supports($url)){ return $provider->getRepository($url); } } } }