Geocoder\Provider\Chain::__construct PHP Method

__construct() public method

public __construct ( array $providers = [] )
$providers array
    public function __construct(array $providers = [])
    {
        $this->providers = $providers;
    }