Constructor: help.countryCode
Country code and phone number pattern of a specific country
Attributes:
Name | Type | Required | Description |
---|---|---|---|
country_code | string | Yes | ISO country code |
prefixes | Array of string | Optional | Possible phone prefixes |
patterns | Array of string | Optional | Phone patterns: for example, XXX XXX XXX |
Type: help.CountryCode
Example:
$help_countryCode = ['_' => 'help.countryCode', 'country_code' => 'string', 'prefixes' => ['string', 'string'], 'patterns' => ['string', 'string']];