Class CustomerCountryIso2

Value Object

Class CustomerCountryIso2

Represents a customer country ISO2 code

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

Methods summary

public __construct( string $p_iso2 )

Constructor of the class CustomerCountryIso2.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $iso2 : string

Customer's ISO-2 country code.