Public Member Functions | Public Attributes | Protected Member Functions

SelectList_Main Class Reference

Inheritance diagram for SelectList_Main:
Collaboration diagram for SelectList_Main:

List of all members.

Public Member Functions

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

Public Attributes

 $aFieldArray = null

Protected Member Functions

 _rearrangeFields ($oField, $iPos)

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.


Member Function Documentation

SelectList_Main._rearrangeFields ( oField,
iPos 
) [protected]

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

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

Definition at line 289 of file selectlist_main.php.

SelectList_Main.addField (  ) 

Adds a field to field array and stores object

Returns:
null

Definition at line 210 of file selectlist_main.php.

SelectList_Main.changeField (  ) 

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

Returns:
null

Definition at line 245 of file selectlist_main.php.

SelectList_Main.delFields (  ) 

Deletes field from field array and stores object

Returns:
null

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

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 96 of file selectlist_main.php.

SelectList_Main.saveinnlang (  ) 

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

Returns:
null

Definition at line 147 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: