CustomerCountryZoneIsoCode
in package
implements
CustomerCountryZoneIsoCodeInterface
Uses
StringUtilityTrait
Value Object
Class CustomerCountryZoneIsoCode
Represents a customer country zone ISO code
Tags
Interfaces, Classes and Traits
- CustomerCountryZoneIsoCodeInterface
- Value Object.
Table of Contents
- $isoCode : string
- Customer's country zone ISO code.
- __construct() : mixed
- Constructor of the class CustomerCountryZoneIsoCode.
- __toString() : string
- Returns the equivalent string value.
- strlenWrapper() : mixed
Properties
$isoCode
Customer's country zone ISO code.
protected
string
$isoCode
Methods
__construct()
Constructor of the class CustomerCountryZoneIsoCode.
public
__construct(string $p_isoCode) : mixed
Validates the length and data type of the customer country zone ISO code..
Parameters
- $p_isoCode : string
-
Customer's country zone ISO code.
Tags
Return values
mixed —__toString()
Returns the equivalent string value.
public
__toString() : string
Return values
string —Equivalent string value.
strlenWrapper()
protected
strlenWrapper(mixed $string[, mixed $encoding = 'utf-8' ]) : mixed
Parameters
- $string : mixed
- $encoding : mixed = 'utf-8'