Value Object
Class CustomerLastname
Represents a customer lastname
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerLastnameInterface |
__construct(string $p_lastname)
Validates the length and the data type of the customer last name.
| Throws |
|
|---|
stringCustomer's last name.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
lastname : string
| var |
|---|
string