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