Class AgreementCustomerEmail

Value Object

Class AgreementCustomerEmail

Represents an agreement customer email

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

Methods summary

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

AgreementCustomerEmail constructor.

public __toString( void ) : string

Returns the equivalent string value.

Properties summary

protected $email : string

Customers E-Mail address.