|
OXID eShop CE
6.1.5
|
Inheritance diagram for OxidEsales\EshopCommunity\Application\Model\VariantSelectList:
Collaboration diagram for OxidEsales\EshopCommunity\Application\Model\VariantSelectList:Public Member Functions | |
| __construct ($sLabel, $iIndex) | |
| getLabel () | |
| addVariant ($sName, $sValue, $blDisabled, $blActive) | |
| getActiveSelection () | |
| getSelections () | |
Protected Attributes | |
| $_sLabel = null | |
| $_iIndex = 0 | |
| $_aList = [] | |
| $_oActiveSelection = null | |
Variant selection lists manager class
| OxidEsales\EshopCommunity\Application\Model\VariantSelectList::__construct | ( | $sLabel, | |
| $iIndex | |||
| ) |
Builds current selection list
| string | $sLabel | list label |
| int | $iIndex | list index |
| OxidEsales\EshopCommunity\Application\Model\VariantSelectList::addVariant | ( | $sName, | |
| $sValue, | |||
| $blDisabled, | |||
| $blActive | |||
| ) |
Adds given variant info to current variant selection list
| string | $sName | selection name |
| string | $sValue | selection value |
| string | $blDisabled | selection state - disabled/enabled |
| string | $blActive | selection state - active/inactive |
| OxidEsales\EshopCommunity\Application\Model\VariantSelectList::getActiveSelection | ( | ) |
Returns active selection object
| OxidEsales\EshopCommunity\Application\Model\VariantSelectList::getLabel | ( | ) |
Returns variant selection list label
| OxidEsales\EshopCommunity\Application\Model\VariantSelectList::getSelections | ( | ) |
Returns array of oxSelection's
|
protected |
|
protected |
|
protected |
|
protected |