 Inheritance diagram for Payment_Main:
 Inheritance diagram for Payment_Main: Collaboration diagram for Payment_Main:
 Collaboration diagram for Payment_Main:| Public Member Functions | |
| render () | |
| save () | |
| saveinnlang () | |
| delFields () | |
| addField () | |
| Protected Attributes | |
| $_aFieldArray = null | |
Admin article main payment manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Payment Methods -> Main.
Definition at line 8 of file payment_main.php.
| Payment_Main.addField | ( | ) | 
Adds a field to field array and stores object
Definition at line 204 of file payment_main.php.
| Payment_Main.delFields | ( | ) | 
Deletes field from field array and stores object
Definition at line 176 of file payment_main.php.
| Payment_Main.render | ( | ) | 
Executes parent method parent.render(), creates oxlist object, passes it's data to Smarty engine and retutns name of template file "payment_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 23 of file payment_main.php.
| Payment_Main.save | ( | ) | 
Saves payment parameters changes.
Reimplemented from oxAdminView.
Definition at line 82 of file payment_main.php.
| Payment_Main.saveinnlang | ( | ) | 
Saves payment parameters data in dofferent language (eg. english).
Definition at line 142 of file payment_main.php.
| Payment_Main.$_aFieldArray = null  [protected] | 
Keeps all act. fields to store
Definition at line 14 of file payment_main.php.
 1.7.1
 1.7.1