Class CustomerCountryName

Value Object

Class CustomerCountryName

Represents a customer country name

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

Methods summary

public __construct( string $p_name )

Constructor of the class CustomerCountryName.

public asString( void ) : string

Returns the country name.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $name : string

Customer's country name.