Class CustomerCallNumber

Value Object

Class CustomerCallNumber

Represents a phone or fax number

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

Methods summary

public __construct( string $p_callNumber )

Constructor of the class CustomerCallNumber.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $callNumber : string

Customer's call number.