Product
in
Contract between products.
This is a description on an interface.
Table of Contents
Constants
- PUBLIC_CONSTANT = 1
- PROTECTED_CONSTANT = 2
- PRIVATE_CONSTANT = 2
Methods
- getName() : string
- Returns the name to be displayed on the product listing.
Constants
PUBLIC_CONSTANT
public
mixed
PUBLIC_CONSTANT
= 1
PROTECTED_CONSTANT
protected
string
PROTECTED_CONSTANT
= 2
PRIVATE_CONSTANT
private
mixed
PRIVATE_CONSTANT
= 2
Methods
getName()
Returns the name to be displayed on the product listing.
public
getName() : string
Return values
string —the name of this product.