Property | Type | Description | |
---|---|---|---|
$addressFormats | array | The instantiated address formats, keyed by country code. |
Method | Description | |
---|---|---|
get ( $countryCode ) | ||
getAll ( ) |
Method | Description | |
---|---|---|
getDefinitions ( ) : array | Gets the address format definitions. | |
getGenericDefinition ( ) : array | Gets the generic address format definition. | |
processDefinition ( string $countryCode, array $definition ) : array | Processes the country's address format definition. |
protected getDefinitions ( ) : array | ||
return | array | The address format definitions. |
protected getGenericDefinition ( ) : array | ||
return | array | The generic address format definition. |
protected array $addressFormats | ||
return | array |