ProductListWidgetCommandConfiguration
in package
Class ProductListWidgetCommandConfiguration
Table of Contents
- $categoryId : int
- $elementClassName : string
- $elementId : string
- $fullscreenPage : bool
- $hoverable : bool
- $itemsPerRowLg : string
- $itemsPerRowMd : string
- $itemsPerRowSm : string
- $itemsPerRowXs : string
- $languageCode : LanguageCode
- $languageId : IdType
- $listType : string
- $maxProducts : int
- $presentation : string
- $random : bool
- $showManufacturerImages : string
- $showProductRibbons : string
- $showRating : bool
- $truncate : string
- __construct() : mixed
- CommandConfiguration constructor.
- categoryId() : int
- elementClassName() : string
- elementId() : string
- fullscreenPage() : bool
- hoverable() : bool
- itemsPerRowLg() : string
- itemsPerRowMd() : string
- itemsPerRowSm() : string
- itemsPerRowXs() : string
- languageCode() : LanguageCode
- languageId() : IdType
- listType() : string
- maxProducts() : int
- presentation() : string
- random() : bool
- showManufacturerImages() : string
- showProductRibbons() : string
- showRating() : bool
- truncate() : string
Properties
$categoryId
protected
int
$categoryId
$elementClassName
protected
string
$elementClassName
$elementId
protected
string
$elementId
$fullscreenPage
protected
bool
$fullscreenPage
$hoverable
protected
bool
$hoverable
$itemsPerRowLg
protected
string
$itemsPerRowLg
$itemsPerRowMd
protected
string
$itemsPerRowMd
$itemsPerRowSm
protected
string
$itemsPerRowSm
$itemsPerRowXs
protected
string
$itemsPerRowXs
$languageCode
protected
LanguageCode
$languageCode
$languageId
protected
IdType
$languageId
$listType
protected
string
$listType
$maxProducts
protected
int
$maxProducts
$presentation
protected
string
$presentation
$random
protected
bool
$random
$showManufacturerImages
protected
string
$showManufacturerImages
$showProductRibbons
protected
string
$showProductRibbons
$showRating
protected
bool
$showRating
$truncate
protected
string
$truncate
Methods
__construct()
CommandConfiguration constructor.
public
__construct(int $categoryId, string $listType, bool $random, string $itemsPerRowXs, string $itemsPerRowSm, string $itemsPerRowMd, string $itemsPerRowLg, int $maxProducts, string $elementId, string $elementClassName, string $presentation, IdType $languageId, LanguageCode $languageCode, string $truncate, bool $hoverable, string $showManufacturerImages, string $showProductRibbons, bool $fullscreenPage, bool $showRating) : mixed
Parameters
- $categoryId : int
- $listType : string
- $random : bool
- $itemsPerRowXs : string
- $itemsPerRowSm : string
- $itemsPerRowMd : string
- $itemsPerRowLg : string
- $maxProducts : int
- $elementId : string
- $elementClassName : string
- $presentation : string
- $languageId : IdType
- $languageCode : LanguageCode
- $truncate : string
- $hoverable : bool
- $showManufacturerImages : string
- $showProductRibbons : string
- $fullscreenPage : bool
- $showRating : bool
Return values
mixed —categoryId()
public
categoryId() : int
Return values
int —elementClassName()
public
elementClassName() : string
Return values
string —elementId()
public
elementId() : string
Return values
string —fullscreenPage()
public
fullscreenPage() : bool
Return values
bool —hoverable()
public
hoverable() : bool
Return values
bool —itemsPerRowLg()
public
itemsPerRowLg() : string
Return values
string —itemsPerRowMd()
public
itemsPerRowMd() : string
Return values
string —itemsPerRowSm()
public
itemsPerRowSm() : string
Return values
string —itemsPerRowXs()
public
itemsPerRowXs() : string
Return values
string —languageCode()
public
languageCode() : LanguageCode
Return values
LanguageCode —languageId()
public
languageId() : IdType
Return values
IdType —listType()
public
listType() : string
Return values
string —maxProducts()
public
maxProducts() : int
Return values
int —presentation()
public
presentation() : string
Return values
string —random()
public
random() : bool
Return values
bool —showManufacturerImages()
public
showManufacturerImages() : string
Return values
string —showProductRibbons()
public
showProductRibbons() : string
Return values
string —showRating()
public
showRating() : bool
Return values
bool —truncate()
public
truncate() : string