PHP Class UserRecoveryForm

UserRecoveryForm is the data structure for keeping user recovery form data. It is used by the 'recovery' action of 'UserController'.
Inheritance: extends CFormModel
Afficher le fichier Open project: mishamx/yii-user Class Usage Examples

Méthodes publiques

Свойство Type Description
$login_or_email
$user_id

Méthodes publiques

Méthode Description
attributeLabels ( ) Declares attribute labels.
checkexists ( $attribute, $params )
rules ( ) Declares the validation rules.

Method Details

attributeLabels() public méthode

Declares attribute labels.
public attributeLabels ( )

checkexists() public méthode

public checkexists ( $attribute, $params )

rules() public méthode

The rules state that username and password are required, and password needs to be authenticated.
public rules ( )

Property Details

$login_or_email public_oe property

public $login_or_email

$user_id public_oe property

public $user_id