phpDocumentor

AddressFormatProviderInterface

Class AbstractCollection

Tags
category

System

subpackage

Interfaces

Table of Contents

getByCountryId()  : int
Returns address format IDs based on the country ID provided.
getByIsoCode2()  : int
Returns the address format IDs based on the ISO-2 country code provided.
getByIsoCode3()  : int
Returns the address format IDs based on the ISO-3 country code provided.
getIds()  : IdCollection
Returns the address format IDs.

Methods

getByCountryId()

Returns address format IDs based on the country ID provided.

public getByCountryId(IdType $countryId) : int
Parameters
$countryId : IdType

Country ID.

Return values
int

Address format ID.

Search results