Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • AddressFormatProviderInterface
  • CustomerStatusProviderInterface
  • IdInterface
  • LanguageProviderInterface

Interface AddressFormatProviderInterface

Class AbstractCollection

Direct known implementers

AddressFormatProvider

Package: Shared\Interfaces
Category: System
Located at Shared/Interfaces/AddressFormatProviderInterface.inc.php

Methods summary

public IdCollection
# getIds( )

Returns the address format IDs.

Returns the address format IDs.

Returns

IdCollection
Collection of address format IDs.
public integer
# getByCountryId( IdType $countryId )

Returns address format IDs based on the country ID provided.

Returns address format IDs based on the country ID provided.

Parameters

$countryId
Country ID.

Returns

integer
Address format ID.
public integer
# getByIsoCode2( StringType $iso2 )

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

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

Parameters

$iso2
ISO-2 country code.

Returns

integer
Address format ID.
public integer
# getByIsoCode3( StringType $iso3 )

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

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

Parameters

$iso3
ISO-3 country code.

Returns

integer
Address format ID.
API documentation generated by ApiGen