Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • 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
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • 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
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CountryService
  • CustomerCountry
  • CustomerCountryReader
  • CustomerCountryRepository
  • UnknownCustomerCountry

Class UnknownCustomerCountry

Class CustomerCountry

This class is used for getting customer country data

UnknownCustomerCountry implements CustomerCountryInterface
Package: Customer\Country
Category: System
Implements: CustomerCountryInterface
Located at Services/Core/Country/UnknownCustomerCountry.inc.php

Methods summary

public
# __construct( CustomerCountryNameInterface $name )

UnknownCustomerCountry constructor.

UnknownCustomerCountry constructor.

Parameters

$name
public integer
# getId( )

Getter method for the country ID

Getter method for the country ID

Returns

integer
countryId

Implementation of

CustomerCountryInterface::getId()
public CustomerCountryNameInterface
# getName( )

Getter method for the country name

Getter method for the country name

Returns

CustomerCountryNameInterface
country name

Implementation of

CustomerCountryInterface::getName()
public CustomerCountryIso2Interface
# getIso2( )

Getter Method for the ISO2 code of the country

Getter Method for the ISO2 code of the country

Returns

CustomerCountryIso2Interface
ISO2 code

Implementation of

CustomerCountryInterface::getIso2()
public CustomerCountryIso3Interface
# getIso3( )

Getter Method for the ISO3 code of the country

Getter Method for the ISO3 code of the country

Returns

CustomerCountryIso3Interface
ISO3 code

Implementation of

CustomerCountryInterface::getIso3()
public IdType
# getAddressFormatId( )

Getter method for the address format of the country

Getter method for the address format of the country

Returns

IdType
address format id

Implementation of

CustomerCountryInterface::getAddressFormatId()
public boolean
# getStatus( )

Getter method for the Status of the country

Getter method for the Status of the country

Returns

boolean
country active status

Implementation of

CustomerCountryInterface::getStatus()

Properties summary

protected CustomerCountryNameInterface $name
#
API documentation generated by ApiGen