
Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| GroupForm ($group=null) | |
| initData () | |
| readInputData () | |
Definition at line 22 of file GroupForm.inc.php.
| GroupForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 55 of file GroupForm.inc.php.
References TemplateManager.getManager().
| GroupForm.execute | ( | ) |
Save group group.
Reimplemented from Form.
Definition at line 92 of file GroupForm.inc.php.
References DAORegistry.getDAO(), Form.getData(), and Request.getJournal().
| GroupForm.getLocaleFieldNames | ( | ) |
Get the list of localized field names for this object
Reimplemented from Form.
Definition at line 47 of file GroupForm.inc.php.
References DAORegistry.getDAO().
| GroupForm.GroupForm | ( | $ | group = null |
) |
Constructor
| group | Group object; null to create new |
Definition at line 30 of file GroupForm.inc.php.
References Form.addCheck(), and Request.getJournal().
| GroupForm.initData | ( | ) |
Initialize form data from current group group.
Reimplemented from Form.
Definition at line 69 of file GroupForm.inc.php.
| GroupForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 85 of file GroupForm.inc.php.
References Form.readUserVars().
1.5.6