Model
in package
Class Model
Table of Contents
- $model : string
- $showInProductDetails : bool
- $showInProductLists : bool
- $showInShoppingCartAndWishlist : bool
- __construct() : mixed
- Model constructor.
- showInProductDetails() : bool
- showInProductLists() : bool
- showInShoppingCartAndWishlist() : bool
- value() : string
Properties
$model
protected
string
$model
$showInProductDetails
private
bool
$showInProductDetails
$showInProductLists
private
bool
$showInProductLists
$showInShoppingCartAndWishlist
private
bool
$showInShoppingCartAndWishlist
Methods
__construct()
Model constructor.
public
__construct(string $model, bool $showInShoppingCartAndWishlist, bool $showInProductLists, bool $showInProductDetails) : mixed
Parameters
- $model : string
- $showInShoppingCartAndWishlist : bool
- $showInProductLists : bool
- $showInProductDetails : bool
Return values
mixed —showInProductDetails()
public
showInProductDetails() : bool
Return values
bool —showInProductLists()
public
showInProductLists() : bool
Return values
bool —showInShoppingCartAndWishlist()
public
showInShoppingCartAndWishlist() : bool
Return values
bool —value()
public
value() : string