Class CustomerFirstname

Value Object

Class CustomerFirstname

Represents a customer firstname

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

Methods summary

public __construct( string $p_firstname )

Constructor of the class CustomerFirstname.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $firstname : string

Customer's first name.