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 |
|
---|
string
Customer's number.
__toString() : string
string
Equivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
number : string
var |
---|
string