Public Member Functions | |
__construct ($sObjectsInListName= 'oxselectlist') | |
getFieldList ($dVat=null) | |
delete ($sOXID=null) | |
setVat ($dVat) | |
getVat () | |
getLabel () | |
getSelections () | |
getActiveSelection () | |
setActiveSelectionByIndex ($iIdx) | |
Protected Attributes | |
$_aFieldList = null | |
$_sClassName = 'oxselectlist' | |
$_aList = null | |
$_dVat = null | |
$_oActiveSelection = null |
Select list manager
Definition at line 7 of file oxselectlist.php.
oxSelectlist.__construct | ( | $ | sObjectsInListName = 'oxselectlist' |
) |
Class constructor, sets callback so that Shopowner is able to add any information to the article.
string | $sObjectsInListName optional and having no effect |
Definition at line 48 of file oxselectlist.php.
oxSelectlist.delete | ( | $ | sOXID = null |
) |
Removes selectlists from articles.
string | $sOXID object ID (default null) |
Definition at line 79 of file oxselectlist.php.
oxSelectlist.getActiveSelection | ( | ) |
Returns active selection object
Implements oxISelectList.
Definition at line 153 of file oxselectlist.php.
oxSelectlist.getFieldList | ( | $ | dVat = null |
) |
Returns select list value list.
double | $dVat VAT value |
Definition at line 61 of file oxselectlist.php.
oxSelectlist.getLabel | ( | ) |
Returns variant selection list label
Implements oxISelectList.
Definition at line 124 of file oxselectlist.php.
oxSelectlist.getSelections | ( | ) |
Returns array of oxSelection's
Implements oxISelectList.
Definition at line 134 of file oxselectlist.php.
oxSelectlist.getVat | ( | ) |
Returns VAT set by oxSelectList.setVat()
Definition at line 114 of file oxselectlist.php.
oxSelectlist.setActiveSelectionByIndex | ( | $ | iIdx | ) |
Activates given by index selection
int | $iIdx selection index |
Definition at line 172 of file oxselectlist.php.
oxSelectlist.setVat | ( | $ | dVat | ) |
VAT setter
float | $dVat product VAT |
Definition at line 104 of file oxselectlist.php.
oxSelectlist.$_aFieldList = null [protected] |
Definition at line 13 of file oxselectlist.php.
oxSelectlist.$_aList = null [protected] |
Definition at line 26 of file oxselectlist.php.
oxSelectlist.$_dVat = null [protected] |
Definition at line 32 of file oxselectlist.php.
oxSelectlist.$_oActiveSelection = null [protected] |
Definition at line 38 of file oxselectlist.php.
oxSelectlist.$_sClassName = 'oxselectlist' [protected] |
Definition at line 19 of file oxselectlist.php.