Method | Description | |
---|---|---|
getCountries ( ) : array | Gets all possible countries | |
isValidCountry ( string $country ) : boolean | Checks if the given value is a valid country |
public static getCountries ( ) : array | ||
return | array |
public static isValidCountry ( string $country ) : boolean | ||
$country | string | |
return | boolean |