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