phpDocumentor

AgreementCustomer
in package
implements AgreementCustomerInterface

Interface AgreementCustomerInterface

Tags
category

System

subpackage

ValueObjects

Interfaces, Classes and Traits

AgreementCustomerInterface
Interface AgreementCustomerInterface

Table of Contents

$customerEmail  : CustomerEmailInterface
$customerName  : string
__construct()  : mixed
AgreementCustomer constructor.
getCustomerEmail()  : string
Returns the customers email.
getCustomerName()  : string
Returns the customers name.

Properties

Methods

getCustomerEmail()

Returns the customers email.

public getCustomerEmail() : string
Return values
string

Customer email.

getCustomerName()

Returns the customers name.

public getCustomerName() : string
Return values
string

Customer name.

Search results