Value Object
Class CustomerNumber
Represents a customer number
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerNumberInterface |
__construct(string $p_number)
Validates the length and the data type of the customer number.
| Throws |
|
|---|
stringCustomer's number.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
number : string
| var |
|---|
string