Value Object
Class CustomerFirstname
Represents a customer firstname
category |
System |
---|---|
package |
Customer |
subpackage |
ValueObjects |
implements |
CustomerFirstnameInterface |
__construct(string $p_firstname)
Validates the length and the data type of a customer firstname.
Throws |
|
---|
string
Customer's first name.
__toString() : string
string
Equivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
firstname : string
var |
---|
string