
Public Member Functions | |
| display () | |
| getLocaleFieldNames () | |
| initData () | |
| PaymentSettingsForm () | |
| readInputData () | |
| save () | |
Public Attributes | |
| $errors | |
Definition at line 18 of file PaymentSettingsForm.inc.php.
| PaymentSettingsForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 98 of file PaymentSettingsForm.inc.php.
References TemplateManager.getManager().
| PaymentSettingsForm.getLocaleFieldNames | ( | ) |
Get the list of field names for which localized settings are used.
Reimplemented from Form.
Definition at line 91 of file PaymentSettingsForm.inc.php.
Referenced by save().
| PaymentSettingsForm.initData | ( | ) |
Initialize form data from current group group.
Reimplemented from Form.
Definition at line 107 of file PaymentSettingsForm.inc.php.
References Request.getJournal().
| PaymentSettingsForm.PaymentSettingsForm | ( | ) |
Constructor
| $journalId | int |
Definition at line 32 of file PaymentSettingsForm.inc.php.
References Form.addCheck(), and DAORegistry.getDAO().
| PaymentSettingsForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 117 of file PaymentSettingsForm.inc.php.
References Form.readUserVars().
| PaymentSettingsForm.save | ( | ) |
Save settings
Definition at line 124 of file PaymentSettingsForm.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), and getLocaleFieldNames().
| PaymentSettingsForm.$errors |
$var $errors string
Definition at line 26 of file PaymentSettingsForm.inc.php.
1.5.6