
Public Member Functions | |
| display () | |
| execute () | |
| initData () | |
| readInputData () | |
| ThesisForm ($thesisId=null) | |
Definition at line 20 of file ThesisForm.inc.php.
| ThesisForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 110 of file ThesisForm.inc.php.
References TemplateManager.getManager(), and PluginRegistry.getPlugin().
| ThesisForm.execute | ( | ) |
Save thesis.
Reimplemented from Form.
Definition at line 185 of file ThesisForm.inc.php.
References Core.getCurrentDate(), DAORegistry.getDAO(), Form.getData(), Request.getJournal(), and PluginRegistry.getPlugin().
| ThesisForm.initData | ( | ) |
Initialize form data.
Reimplemented from Form.
Definition at line 126 of file ThesisForm.inc.php.
References DAORegistry.getDAO().
| ThesisForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 172 of file ThesisForm.inc.php.
References Form.addCheck(), and Form.readUserVars().
| ThesisForm.ThesisForm | ( | $ | thesisId = null |
) |
Constructor
| thesisId | int leave as default for new thesis |
Definition at line 36 of file ThesisForm.inc.php.
References Form.addCheck(), Request.getJournal(), PluginRegistry.getPlugin(), and Locale.translate().
1.5.6