SelectList_Main Class Reference

Inheritance diagram for SelectList_Main:
[legend]
Collaboration diagram for SelectList_Main:
[legend]

List of all members.


Detailed Description

Admin article main selectlist manager. Performs collection and updatind (on user submit) main item information.

Definition at line 12 of file selectlist_main.php.


Public Member Functions

 render ()
 save ()
 saveinnlang ()
 delFields ()
 addField ()
 changeField ()
 parseFieldName ($sInput)

Public Attributes

 $aFieldArray = null

Protected Member Functions

 _rearrangeFields ($oField, $pos)

Member Function Documentation

SelectList_Main.render (  ) 

Executes parent method parent.render(), creates oxCategoryList object, passes it's data to Smarty engine and returns name of template file "selectlist_main.tpl".

Returns:
string

Reimplemented from oxAdminDetails.

Definition at line 26 of file selectlist_main.php.

SelectList_Main.save (  ) 

Saves selection list parameters changes.

Returns:
mixed

Reimplemented from oxAdminView.

Definition at line 110 of file selectlist_main.php.

SelectList_Main.saveinnlang (  ) 

Saves selection list parameters changes in different language (eg. english).

Returns:
null

Definition at line 162 of file selectlist_main.php.

SelectList_Main.delFields (  ) 

Deletes field from field array and stores object

Returns:
null

Definition at line 202 of file selectlist_main.php.

SelectList_Main.addField (  ) 

Adds a field to field array and stores object

Returns:
null

Definition at line 231 of file selectlist_main.php.

SelectList_Main.changeField (  ) 

Modifies field from field array's first elem. and stores object

Returns:
null

Definition at line 268 of file selectlist_main.php.

SelectList_Main._rearrangeFields ( oField,
pos 
) [protected]

Resorts fields list and moves $oField to $pos, uses $this->aFieldArray for fields storage.

Parameters:
object $oField field to be moved
integer $pos new pos of the field
Returns:
bool - true if failed.

Definition at line 311 of file selectlist_main.php.

SelectList_Main.parseFieldName ( sInput  ) 

Parses field name from given string String format is: "someNr__@@someName__@@someTxt"

Parameters:
string $sInput given string
Returns:
string - name

Definition at line 354 of file selectlist_main.php.


Member Data Documentation

SelectList_Main.$aFieldArray = null

Keeps all act. fields to store

Definition at line 17 of file selectlist_main.php.


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

Generated on Thu Dec 4 12:05:40 2008 for OXID eShop CE by  doxygen 1.5.5