Class CustomerEmail

Value Object

Class CustomerEmail

Represents a customer email

CustomerEmail implements CustomerEmailInterface
Package: Customer\ValueObjects
Category: System
Implements: CustomerEmailInterface
Located at Services/Core/Customer/ValueObjects/CustomerEmail.inc.php

Methods summary

public __construct( string $p_email, boolean $encodeSpecialCharacters = true )

Constructor of the class CustomerEmail.

public __toString( void ) : string

Returns the equivalent string value.

Properties summary

protected $email : string

Customer's E-Mail address.