AgreementCustomer
in package
implements
AgreementCustomerInterface
Interface AgreementCustomerInterface
Tags
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
$customerEmail
protected
CustomerEmailInterface
$customerEmail
$customerName
protected
string
$customerName
Methods
__construct()
AgreementCustomer constructor.
public
__construct(StringType $customerName, CustomerEmailInterface $customerEmail) : mixed
Parameters
- $customerName : StringType
-
Customer name.
- $customerEmail : CustomerEmailInterface
-
Customer email.
Return values
mixed —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.