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 46 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 70 of file oxvariantselectlist.php.
oxVariantSelectList.getActiveSelection | ( | ) |
Returns active selection object
Implements oxISelectList.
Definition at line 102 of file oxvariantselectlist.php.
oxVariantSelectList.getLabel | ( | ) |
Returns variant selection list label
Implements oxISelectList.
Definition at line 57 of file oxvariantselectlist.php.
oxVariantSelectList.getSelections | ( | ) |
Returns array of oxSelection's
Implements oxISelectList.
Definition at line 112 of file oxvariantselectlist.php.
oxVariantSelectList.$_aList = array() [protected] |
Definition at line 29 of file oxvariantselectlist.php.
oxVariantSelectList.$_iIndex = 0 [protected] |
Definition at line 22 of file oxvariantselectlist.php.
oxVariantSelectList.$_oActiveSelection = null [protected] |
Definition at line 36 of file oxvariantselectlist.php.
oxVariantSelectList.$_sLabel = null [protected] |
Definition at line 15 of file oxvariantselectlist.php.