Class ReviewCustomer

Class ReviewCustomer

ReviewCustomer implements ReviewCustomerInterface

Methods summary

public __construct( IntType $customerId, StringType $customerName )

ReviewCustomer constructor.

public getCustomerId( void ) : integer

Returns the customer id.

public getCustomerName( void ) : string

Returns the customer name.

Properties summary

protected $customerId : integer

		
protected $customerName : string