AddressFormatProviderInterface

Extends

Class AbstractCollection

category

System

package

Shared

subpackage

Interfaces

Methods

Returns address format IDs based on the country ID provided.

getByCountryId(\IdType $countryId) : integer

Arguments

$countryId

\IdType

Country ID.

Response

integer

Address format ID.

Returns the address format IDs based on the ISO-2 country code provided.

getByIsoCode2(\StringType $iso2) : integer

Arguments

$iso2

\StringType

ISO-2 country code.

Response

integer

Address format ID.

Returns the address format IDs based on the ISO-3 country code provided.

getByIsoCode3(\StringType $iso3) : integer

Arguments

$iso3

\StringType

ISO-3 country code.

Response

integer

Address format ID.

Returns the address format IDs.

getIds() : \IdCollection

Response

\IdCollection

Collection of address format IDs.