Public Member Functions | Protected Attributes

oxSelectlist Class Reference

Inheritance diagram for oxSelectlist:
Collaboration diagram for oxSelectlist:

List of all members.

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

Detailed Description

Select list manager

Definition at line 7 of file oxselectlist.php.


Constructor & Destructor Documentation

oxSelectlist.__construct ( sObjectsInListName = 'oxselectlist'  ) 

Class constructor, sets callback so that Shopowner is able to add any information to the article.

Parameters:
string $sObjectsInListName optional and having no effect
Returns:
null

Definition at line 48 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 79 of file oxselectlist.php.

oxSelectlist.getActiveSelection (  ) 

Returns active selection object

Returns:
oxSelection

Implements oxISelectList.

Definition at line 153 of file oxselectlist.php.

oxSelectlist.getFieldList ( dVat = null  ) 

Returns select list value list.

Parameters:
double $dVat VAT value
Returns:
array

Definition at line 61 of file oxselectlist.php.

oxSelectlist.getLabel (  ) 

Returns variant selection list label

Returns:
string

Implements oxISelectList.

Definition at line 124 of file oxselectlist.php.

oxSelectlist.getSelections (  ) 

Returns array of oxSelection's

Returns:
array

Implements oxISelectList.

Definition at line 134 of file oxselectlist.php.

oxSelectlist.getVat (  ) 

Returns VAT set by oxSelectList.setVat()

Returns:
float

Definition at line 114 of file oxselectlist.php.

oxSelectlist.setActiveSelectionByIndex ( iIdx  ) 

Activates given by index selection

Parameters:
int $iIdx selection index
Returns:
null

Definition at line 172 of file oxselectlist.php.

oxSelectlist.setVat ( dVat  ) 

VAT setter

Parameters:
float $dVat product VAT
Returns:
null

Definition at line 104 of file oxselectlist.php.


Member Data Documentation

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.


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