Метод | Описание | |
---|---|---|
getCountries ( ) : array | Gets all possible countries | |
isValidCountry ( string $country ) : boolean | Checks if the given value is a valid country |
public static getCountries ( ) : array | ||
Результат | array |
public static isValidCountry ( string $country ) : boolean | ||
$country | string | |
Результат | boolean |