
Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
| SubscriptionTypeForm ($typeId=null) | |
Definition at line 20 of file SubscriptionTypeForm.inc.php.
| SubscriptionTypeForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 96 of file SubscriptionTypeForm.inc.php.
References TemplateManager.getManager().
| SubscriptionTypeForm.execute | ( | ) |
Save subscription type.
Reimplemented from Form.
Definition at line 143 of file SubscriptionTypeForm.inc.php.
References DAORegistry.getDAO(), Form.getData(), and Request.getJournal().
| SubscriptionTypeForm.getLocaleFieldNames | ( | ) |
Get a list of localized field names for this form
Reimplemented from Form.
Definition at line 88 of file SubscriptionTypeForm.inc.php.
References DAORegistry.getDAO().
| SubscriptionTypeForm.initData | ( | ) |
Initialize form data from current subscription type.
Reimplemented from Form.
Definition at line 109 of file SubscriptionTypeForm.inc.php.
References DAORegistry.getDAO().
| SubscriptionTypeForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 136 of file SubscriptionTypeForm.inc.php.
References Form.readUserVars().
| SubscriptionTypeForm.SubscriptionTypeForm | ( | $ | typeId = null |
) |
Constructor
| typeId | int leave as default for new subscription type |
Definition at line 34 of file SubscriptionTypeForm.inc.php.
References Form.addCheck(), DAORegistry.getDAO(), Request.getJournal(), and Locale.translate().
1.5.6