Inheritance diagram for oxSelectlist:
Collaboration diagram for oxSelectlist:Public Member Functions | |
| __construct () | |
| 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 | ( | ) |
Calls parent constructor and initializes selection list
Definition at line 50 of file oxselectlist.php.
| oxSelectlist.delete | ( | $ | sOXID = null |
) |
Removes selectlists from articles.
| string | $sOXID object ID (default null) |
Definition at line 82 of file oxselectlist.php.
| oxSelectlist.getActiveSelection | ( | ) |
Returns active selection object
Implements oxISelectList.
Definition at line 155 of file oxselectlist.php.
| oxSelectlist.getFieldList | ( | $ | dVat = null |
) |
Returns select list value list.
| double | $dVat VAT value |
Definition at line 63 of file oxselectlist.php.
| oxSelectlist.getLabel | ( | ) |
Returns variant selection list label
Implements oxISelectList.
Definition at line 125 of file oxselectlist.php.
| oxSelectlist.getSelections | ( | ) |
Returns array of oxSelection's
Implements oxISelectList.
Definition at line 135 of file oxselectlist.php.
| oxSelectlist.getVat | ( | ) |
Returns VAT set by oxSelectList.setVat()
Definition at line 115 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 | ) |
oxSelectlist.$_aFieldList = null [protected] |
Definition at line 15 of file oxselectlist.php.
oxSelectlist.$_aList = null [protected] |
Definition at line 29 of file oxselectlist.php.
oxSelectlist.$_dVat = null [protected] |
Definition at line 36 of file oxselectlist.php.
oxSelectlist.$_oActiveSelection = null [protected] |
Definition at line 43 of file oxselectlist.php.
oxSelectlist.$_sClassName = 'oxselectlist' [protected] |
Definition at line 22 of file oxselectlist.php.
1.7.1