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 |
Definition at line 5 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 46 of file oxselectlist.php.
oxSelectlist.delete | ( | $ | sOXID = null |
) |
Removes selectlists from articles.
string | $sOXID object ID (default null) |
Definition at line 77 of file oxselectlist.php.
oxSelectlist.getActiveSelection | ( | ) |
Returns active selection object
Implements oxISelectList.
Definition at line 151 of file oxselectlist.php.
oxSelectlist.getFieldList | ( | $ | dVat = null |
) |
Returns select list value list.
double | $dVat VAT value |
Definition at line 59 of file oxselectlist.php.
oxSelectlist.getLabel | ( | ) |
Returns variant selection list label
Implements oxISelectList.
Definition at line 122 of file oxselectlist.php.
oxSelectlist.getSelections | ( | ) |
Returns array of oxSelection's
Implements oxISelectList.
Definition at line 132 of file oxselectlist.php.
oxSelectlist.getVat | ( | ) |
Returns VAT set by oxSelectList.setVat()
Definition at line 112 of file oxselectlist.php.
oxSelectlist.setActiveSelectionByIndex | ( | $ | iIdx | ) |
Activates given by index selection
int | $iIdx selection index |
Definition at line 170 of file oxselectlist.php.
oxSelectlist.setVat | ( | $ | dVat | ) |
VAT setter
float | $dVat product VAT |
Definition at line 102 of file oxselectlist.php.
oxSelectlist.$_aFieldList = null [protected] |
Definition at line 11 of file oxselectlist.php.
oxSelectlist.$_aList = null [protected] |
Definition at line 24 of file oxselectlist.php.
oxSelectlist.$_dVat = null [protected] |
Definition at line 30 of file oxselectlist.php.
oxSelectlist.$_oActiveSelection = null [protected] |
Definition at line 36 of file oxselectlist.php.
oxSelectlist.$_sClassName = 'oxselectlist' [protected] |
Definition at line 17 of file oxselectlist.php.