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

Classes

  • CustomerCountryZone
  • CustomerCountryZoneReader
  • CustomerCountryZoneRepository

Class CustomerCountryZone

Class CustomerCountryZone

This class is used for getting customer country zone data

CustomerCountryZone implements CustomerCountryZoneInterface
Package: Customer\CountryZone
Category: System
Implements: CustomerCountryZoneInterface
Located at CoreServices/Country/CustomerCountryZone.inc.php

Methods summary

public
# __construct( IdType $id, CustomerCountryZoneNameInterface $name, CustomerCountryZoneIsoCodeInterface $isoCode )

Constructor of the class CustomerCountryZone

Constructor of the class CustomerCountryZone

Parameters

$id
$name
$isoCode

Throws

InvalidArgumentException
if argument does not match the expected type
LengthException
if trim($p_name) is longer than 32 characters VARCHAR(32)
LengthException
if trim($p_isoCode) is longer than 2 characters VARCHAR(32)
public integer
# getId( )

Getter method for the ID

Getter method for the ID

Returns

integer
countryId

Implementation of

CustomerCountryZoneInterface::getId()
public CustomerCountryZoneNameInterface
# getName( )

Getter method for the name

Getter method for the name

Returns

CustomerCountryZoneNameInterface
country name

Implementation of

CustomerCountryZoneInterface::getName()
public CustomerCountryZoneIsoCodeInterface
# getCode( )

Getter method for the ISO code

Getter method for the ISO code

Returns

CustomerCountryZoneIsoCodeInterface
iso code

Implementation of

CustomerCountryZoneInterface::getCode()

Properties summary

protected integer $id
#
protected CustomerCountryZoneNameInterface $name
#
protected CustomerCountryZoneIsoCodeInterface $isoCode
#
API documentation generated by ApiGen