phpDocumentor

ReviewCustomer
in package
implements ReviewCustomerInterface

Class ReviewCustomer

Tags
category

System

subpackage

ValueObjects

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

Methods

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.

Search results