SelectList_Main Class Reference

Inheritance diagram for SelectList_Main:

Inheritance graph
[legend]
Collaboration diagram for SelectList_Main:

Collaboration graph
[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 11 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 25 of file selectlist_main.php.

SelectList_Main.save (  ) 

Saves selection list parameters changes.

Returns:
mixed

Reimplemented from oxAdminView.

Definition at line 109 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 201 of file selectlist_main.php.

SelectList_Main.addField (  ) 

Adds a field to field array and stores object

Returns:
null

Definition at line 230 of file selectlist_main.php.

SelectList_Main.changeField (  ) 

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

Returns:
null

Definition at line 267 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 310 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 353 of file selectlist_main.php.


Member Data Documentation

SelectList_Main.$aFieldArray = null

Keeps all act. fields to store

Definition at line 16 of file selectlist_main.php.


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

Generated on Tue Apr 21 15:51:52 2009 for OXID eShop CE by  doxygen 1.5.5