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 |
|
---|
string
Customer's call number.
__toString() : string
string
Equivalent string value.