OXID eShop CE
4.8.11
|
Public Member Functions | |
__construct ($sLabel, $iIndex) | |
getLabel () | |
addVariant ($sName, $sValue, $blDisabled, $blActive) | |
getActiveSelection () | |
getSelections () |
Protected Attributes | |
$_sLabel = null | |
$_iIndex = 0 | |
$_aList = array() | |
$_oActiveSelection = null |
Variant selection lists manager class
Definition at line 7 of file oxvariantselectlist.php.
oxVariantSelectList::__construct | ( | $sLabel, | |
$iIndex | |||
) |
Builds current selection list
string | $sLabel | list label |
int | $iIndex | list index |
Definition at line 41 of file oxvariantselectlist.php.
oxVariantSelectList::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 |
Definition at line 67 of file oxvariantselectlist.php.
oxVariantSelectList::getActiveSelection | ( | ) |
Returns active selection object
Implements oxISelectList.
Definition at line 99 of file oxvariantselectlist.php.
oxVariantSelectList::getLabel | ( | ) |
Returns variant selection list label
Implements oxISelectList.
Definition at line 52 of file oxvariantselectlist.php.
oxVariantSelectList::getSelections | ( | ) |
Returns array of oxSelection's
Implements oxISelectList.
Definition at line 109 of file oxvariantselectlist.php.
|
protected |
Definition at line 25 of file oxvariantselectlist.php.
|
protected |
Definition at line 19 of file oxvariantselectlist.php.
|
protected |
Definition at line 31 of file oxvariantselectlist.php.
|
protected |
Definition at line 13 of file oxvariantselectlist.php.