phpDocumentor

CustomerCountryZone
in package
implements CustomerCountryZoneInterface

Class CustomerCountryZone

This class is used for getting customer country zone data

Tags
category

System

subpackage

CountryZone

implements

CustomerCountryZoneInterface

Interfaces, Classes and Traits

CustomerCountryZoneInterface
Interface CustomerCountryZoneInterface

Table of Contents

$id  : int
$isoCode  : CustomerCountryZoneIsoCodeInterface
$name  : CustomerCountryZoneNameInterface
__construct()  : mixed
Constructor of the class CustomerCountryZone
getCode()  : CustomerCountryZoneIsoCodeInterface
Getter method for the ISO code
getId()  : int
Getter method for the ID
getName()  : CustomerCountryZoneNameInterface
Getter method for the name

Properties

Methods

__construct()

Constructor of the class CustomerCountryZone

public __construct(IdType $id, CustomerCountryZoneNameInterface $name, CustomerCountryZoneIsoCodeInterface $isoCode) : mixed
Parameters
$id : IdType
$name : CustomerCountryZoneNameInterface
$isoCode : CustomerCountryZoneIsoCodeInterface
Tags
throws
InvalidArgumentException

if argument does not match the expected type

throws
LengthException

if trim($p_name) is longer than 32 characters VARCHAR(32)

throws
LengthException

if trim($p_isoCode) is longer than 2 characters VARCHAR(32)

Return values
mixed

Search results