ReviewCustomer
in package
implements
ReviewCustomerInterface
Class ReviewCustomer
Tags
Interfaces, Classes and Traits
- ReviewCustomerInterface
- Interface ReviewCustomerInterface
Table of Contents
- $customerId : int
- $customerName : string
- __construct() : mixed
- ReviewCustomer constructor.
- getCustomerId() : int
- Returns the customer id.
- getCustomerName() : string
- Returns the customer name.
Properties
$customerId
protected
int
$customerId
$customerName
protected
string
$customerName
Methods
__construct()
ReviewCustomer constructor.
public
__construct(IntType $customerId, StringType $customerName) : mixed
Parameters
- $customerId : IntType
- $customerName : StringType
Return values
mixed —getCustomerId()
Returns the customer id.
public
getCustomerId() : int
Return values
int —The customer id.
getCustomerName()
Returns the customer name.
public
getCustomerName() : string
Return values
string —The customer name.