PHP 클래스 UserRecoveryForm

UserRecoveryForm is the data structure for keeping user recovery form data. It is used by the 'recovery' action of 'UserController'.
상속: extends CFormModel
파일 보기 프로젝트 열기: mishamx/yii-user 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$login_or_email
$user_id

공개 메소드들

메소드 설명
attributeLabels ( ) Declares attribute labels.
checkexists ( $attribute, $params )
rules ( ) Declares the validation rules.

메소드 상세

attributeLabels() 공개 메소드

Declares attribute labels.
public attributeLabels ( )

checkexists() 공개 메소드

public checkexists ( $attribute, $params )

rules() 공개 메소드

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

프로퍼티 상세

$login_or_email 공개적으로 프로퍼티

public $login_or_email

$user_id 공개적으로 프로퍼티

public $user_id