Public Member Functions | Protected Attributes

oxSelectlist Class Reference

Inheritance diagram for oxSelectlist:
Collaboration diagram for oxSelectlist:

List of all members.

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

Detailed Description

Select list manager

Definition at line 7 of file oxselectlist.php.


Constructor & Destructor Documentation

oxSelectlist.__construct (  ) 

Calls parent constructor and initializes selection list

Returns:
null

Definition at line 50 of file oxselectlist.php.


Member Function Documentation

oxSelectlist.delete ( sOXID = null  ) 

Removes selectlists from articles.

Parameters:
string $sOXID object ID (default null)
Returns:
bool

Definition at line 82 of file oxselectlist.php.

oxSelectlist.getActiveSelection (  ) 

Returns active selection object

Returns:
oxSelection

Implements oxISelectList.

Definition at line 155 of file oxselectlist.php.

oxSelectlist.getFieldList ( dVat = null  ) 

Returns select list value list.

Parameters:
double $dVat VAT value
Returns:
array

Definition at line 63 of file oxselectlist.php.

oxSelectlist.getLabel (  ) 

Returns variant selection list label

Returns:
string

Implements oxISelectList.

Definition at line 125 of file oxselectlist.php.

oxSelectlist.getSelections (  ) 

Returns array of oxSelection's

Returns:
array

Implements oxISelectList.

Definition at line 135 of file oxselectlist.php.

oxSelectlist.getVat (  ) 

Returns VAT set by oxSelectList.setVat()

Returns:
float

Definition at line 115 of file oxselectlist.php.

oxSelectlist.setActiveSelectionByIndex ( iIdx  ) 

Activates given by index selection

Parameters:
int $iIdx selection index

Definition at line 172 of file oxselectlist.php.

oxSelectlist.setVat ( dVat  ) 

VAT setter

Parameters:
float $dVat product VAT

Definition at line 105 of file oxselectlist.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: