Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| readInputData () | |
| UserRegistrationForm ($typeId) | |
| validate () | |
Public Attributes | |
| $captchaEnabled | |
| $typeId | |
Definition at line 24 of file UserRegistrationForm.inc.php.
| UserRegistrationForm.display | ( | ) |
Display the form.
Definition at line 92 of file UserRegistrationForm.inc.php.
References Request.getSchedConf().
| UserRegistrationForm.execute | ( | ) |
Save registration.
Definition at line 186 of file UserRegistrationForm.inc.php.
References Validation.encryptCredentials(), Request.getConference(), OCSPaymentManager.getManager(), Request.getSchedConf(), Validation.login(), Request.redirect(), and CreateAccountForm.sendConfirmationEmail().
| UserRegistrationForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 145 of file UserRegistrationForm.inc.php.
| UserRegistrationForm.UserRegistrationForm | ( | $ | typeId | ) |
Constructor
| $typeId | int Registration type to use |
Definition at line 35 of file UserRegistrationForm.inc.php.
References $typeId, and Request.getSchedConf().
1.4.7