Product
in
Table of Contents
- PUBLIC_CONSTANT = 1
- PROTECTED_CONSTANT = 2
- PRIVATE_CONSTANT = 2
- 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
Tags
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.