Class CustomerNumber

Value Object

Class CustomerNumber

Represents a customer number

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

Methods summary

public __construct( string $p_number )

Constructor of the class CustomerNumber.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $number : string

Customer's number.