HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
rules () | |
attributeLabels () | |
checkexists ($attribute, $params) |
Public Attributes | |
$login_or_email | |
$user_id |
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.
UserRecoveryForm::attributeLabels | ( | ) |
Declares attribute labels.
Definition at line 30 of file UserRecoveryForm.php.
UserRecoveryForm::checkexists | ( | $attribute, | |
$params | |||
) |
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.
UserRecoveryForm::$login_or_email |
Definition at line 10 of file UserRecoveryForm.php.
UserRecoveryForm::$user_id |
Definition at line 10 of file UserRecoveryForm.php.