Interface AddressFormatProviderInterface

Class AbstractCollection

Direct known implementers

AddressFormatProvider

Methods summary

public getIds( void ) : IdCollection

Returns the address format IDs.

public getByCountryId( IdType $countryId ) : integer

Returns address format IDs based on the country ID provided.

public getByIsoCode2( StringType $iso2 ) : integer

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

public getByIsoCode3( StringType $iso3 ) : integer

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