PHP Interface CommerceGuys\Addressing\Country\CountryRepositoryInterface

Afficher le fichier Open project: commerceguys/addressing Interface Usage Examples

Méthodes publiques

Méthode Description
getList ( string $locale = null ) : array Returns a list of countries.

Method Details

getList() public méthode

Returns a list of countries.
public getList ( string $locale = null ) : array
$locale string The locale (e.g. fr-FR).
Résultat array An array of country names, keyed by country code.