Class CustomerCountryIso3

Value Object

Class CustomerCountryIso3

Represents a customer country ISO3 code

CustomerCountryIso3 implements CustomerCountryIso3Interface uses StringUtilityTrait
Package: Customer\ValueObjects
Category: System
Implements: CustomerCountryIso3Interface
Located at Services/Core/Customer/ValueObjects/CustomerCountryIso3.inc.php

Methods summary

public __construct( string $p_iso3 )

Constructor of the class CustomerCountryIso3.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $iso3 : string

Customer's ISO-3 country code.