Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • AddressFormatProviderInterface
  • AdminStatusOnlyInterface
  • CustomerStatusProviderInterface
  • IdInterface
  • LanguageProviderInterface
  • UrlKeywordsRepairerInterface

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