| qvci\forms\Register_form::display |
( |
| ) |
|
| qvci\forms\Register_form::init |
( |
|
$param = [] | ) |
|
Create the form structure and initial values. Return true on success, false on error.
- Parameters
-
- Returns
- boolean true for success
| qvci\forms\Register_form::process_submit |
( |
& |
$state = [] | ) |
|
Process the submit action
- Parameters
-
- Returns
- bool true for success, false otherwise
| qvci\forms\Register_form::unique_email |
( |
|
$addr | ) |
|
Validation callback to check for a unique email address.
- Parameters
-
- Returns
- boolean
| qvci\forms\Register_form::unique_username |
( |
|
$name | ) |
|
Validation callback to check for a unique username.
- Parameters
-
- Returns
- boolean
The documentation for this class was generated from the following file:
- qvci/forms/Register_form.php