예제 #1
0
 /**
  * Returns registered providers indexed by name.
  *
  * @return \Geocoder\ProviderInterface[] 
  * @static 
  */
 public static function getProviders()
 {
     return \Geocoder\Geocoder::getProviders();
 }