QVCI Library 3.2
 All Classes Namespaces Functions
Public Member Functions | List of all members
qvci\forms\Register_form Class Reference
Inheritance diagram for qvci\forms\Register_form:

Public Member Functions

 display ()
 
 init ($param=[])
 
 process_submit (&$state=[])
 
 unique_email ($addr)
 
 unique_username ($name)
 

Member Function Documentation

qvci\forms\Register_form::display ( )

Display the form.

qvci\forms\Register_form::init (   $param = [])

Create the form structure and initial values. Return true on success, false on error.

Parameters
array$param
Returns
boolean true for success
qvci\forms\Register_form::process_submit ( $state = [])

Process the submit action

Parameters
array$state
Returns
bool true for success, false otherwise
qvci\forms\Register_form::unique_email (   $addr)

Validation callback to check for a unique email address.

Parameters
string$addr
Returns
boolean
qvci\forms\Register_form::unique_username (   $name)

Validation callback to check for a unique username.

Parameters
string$name
Returns
boolean

The documentation for this class was generated from the following file: