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 |
If $p_callNumber is not a string If $p_callNumber contains more characters than 32. |
|---|---|
stringCustomer's call number.
__toString() : string
stringEquivalent string value.
callNumber : string
| var |
|---|
string