Interface AddressFormatProviderInterface
Class AbstractCollection
Direct known implementers
Package: Shared\Interfaces
Category: System
Located at Shared/Interfaces/AddressFormatProviderInterface.inc.php
Category: System
Located at Shared/Interfaces/AddressFormatProviderInterface.inc.php
Methods summary
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.