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 |
|
|---|
stringCustomer's first name.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
firstname : string
| var |
|---|
string