Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
| RegistrationTypeForm ($typeId=null) | |
Public Attributes | |
| $registrationOptionCosts | |
| $registrationTypeDao | |
| $typeId | |
| $validAccessTypes | |
| $validCurrencies | |
Definition at line 19 of file RegistrationTypeForm.inc.php.
| RegistrationTypeForm.display | ( | ) |
Display the form.
Definition at line 108 of file RegistrationTypeForm.inc.php.
References Request.getSchedConf().
| RegistrationTypeForm.execute | ( | ) |
Save registration type.
Definition at line 172 of file RegistrationTypeForm.inc.php.
References $registrationOptionCosts, and Request.getSchedConf().
| RegistrationTypeForm.getLocaleFieldNames | ( | ) |
Get a list of localized field names for this form
Definition at line 101 of file RegistrationTypeForm.inc.php.
| RegistrationTypeForm.initData | ( | ) |
Initialize form data from current registration type.
Definition at line 129 of file RegistrationTypeForm.inc.php.
| RegistrationTypeForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 162 of file RegistrationTypeForm.inc.php.
| RegistrationTypeForm.RegistrationTypeForm | ( | $ | typeId = null |
) |
Constructor
| typeId | int leave as default for new registration type |
Definition at line 39 of file RegistrationTypeForm.inc.php.
References $typeId.
1.4.7