
Public Member Functions | |
| ContextForm ($contextId, $versionId) | |
| display () | |
| execute () | |
| initData () | |
| readInputData () | |
Definition at line 20 of file ContextForm.inc.php.
| ContextForm.ContextForm | ( | $ | contextId, | |
| $ | versionId | |||
| ) |
Constructor.
Definition at line 34 of file ContextForm.inc.php.
References Form.addCheck(), and DAORegistry.getDAO().
| ContextForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 72 of file ContextForm.inc.php.
References Request.getJournal(), and TemplateManager.getManager().
| ContextForm.execute | ( | ) |
Save changes to context.
Reimplemented from Form.
Definition at line 109 of file ContextForm.inc.php.
References DAORegistry.getDAO(), and Form.getData().
| ContextForm.initData | ( | ) |
Initialize form data from current context.
Reimplemented from Form.
Definition at line 51 of file ContextForm.inc.php.
| ContextForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 91 of file ContextForm.inc.php.
References Form.readUserVars().
1.5.6