Constructor: help.countriesList
Name, ISO code, localized name and phone codes/patterns of all available countries
Attributes:
Name | Type | Required | Description |
---|---|---|---|
countries | Array of help.Country | Yes | Name, ISO code, localized name and phone codes/patterns of all available countries |
hash | int | Yes |
Type: help.CountriesList
Example:
$help_countriesList = ['_' => 'help.countriesList', 'countries' => [help.Country, help.Country], 'hash' => int];