PHP 클래스 frontend\models\EmailBindRequestForm

상속: extends yii\base\Model
파일 보기 프로젝트 열기: daixianceng/xiaoego.com 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$email

공개 메소드들

메소드 설명
attributeLabels ( )
rules ( )
sendEmail ( $runValidation = true ) : boolean Sends an email to the specified email address using the information collected by this model.

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

rules() 공개 메소드

public rules ( )

sendEmail() 공개 메소드

Sends an email to the specified email address using the information collected by this model.
public sendEmail ( $runValidation = true ) : boolean
리턴 boolean whether the email was sent

프로퍼티 상세

$email 공개적으로 프로퍼티

public $email