PHP 클래스 skeeks\cms\models\forms\SignupForm

상속: extends yii\base\Model
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$email
$password
$username

공개 메소드들

메소드 설명
attributeLabels ( ) : array
rules ( )
scenarios ( )
sendEmail ( ) : boolean Sends an email with a link, for resetting the password.
signup ( ) : User | null Signs user up.

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array

rules() 공개 메소드

public rules ( )

scenarios() 공개 메소드

public scenarios ( )

sendEmail() 공개 메소드

Sends an email with a link, for resetting the password.
public sendEmail ( ) : boolean
리턴 boolean whether the email was send

signup() 공개 메소드

Signs user up.
public signup ( ) : User | null
리턴 skeeks\cms\models\User | null the saved model or null if saving fails

프로퍼티 상세

$email 공개적으로 프로퍼티

public $email

$password 공개적으로 프로퍼티

public $password

$username 공개적으로 프로퍼티

public $username