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 29 of file UserRecoveryForm.php.
References UserModule\t().
UserRecoveryForm::rules | ( | ) |
Declares the validation rules. The rules state that username and password are required, and password needs to be authenticated.
Definition at line 16 of file UserRecoveryForm.php.
References UserModule\t().