HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
UserRecoveryForm Class Reference

Public Member Functions

 rules ()
 attributeLabels ()
 checkexists ($attribute, $params)

Public Attributes

 $login_or_email
 $user_id

Detailed Description

UserRecoveryForm class. UserRecoveryForm is the data structure for keeping user recovery form data. It is used by the 'recovery' action of 'UserController'.

Definition at line 8 of file UserRecoveryForm.php.

Member Function Documentation

UserRecoveryForm::attributeLabels ( )

Declares attribute labels.

Definition at line 30 of file UserRecoveryForm.php.

Here is the call graph for this function:

UserRecoveryForm::checkexists (   $attribute,
  $params 
)

Definition at line 37 of file UserRecoveryForm.php.

Here is the call graph for this function:

UserRecoveryForm::rules ( )

Declares the validation rules. The rules state that username and password are required, and password needs to be authenticated.

Definition at line 17 of file UserRecoveryForm.php.

Here is the call graph for this function:

Member Data Documentation

UserRecoveryForm::$login_or_email

Definition at line 10 of file UserRecoveryForm.php.

UserRecoveryForm::$user_id

Definition at line 10 of file UserRecoveryForm.php.


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