Class CustomerLastname

Value Object

Class CustomerLastname

Represents a customer lastname

CustomerLastname implements CustomerLastnameInterface uses StringUtilityTrait
Package: Customer\ValueObjects
Category: System
Implements: CustomerLastnameInterface
Located at Services/Core/Customer/ValueObjects/CustomerLastname.inc.php

Methods summary

public __construct( string $p_lastname )

Constructor for the class CustomerLastname.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $lastname : string

Customer's last name.