PHP 클래스 ContactForm

상속: implements Brick
파일 보기 프로젝트 열기: crisu83/yii-app 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$body
$email
$name
$subject
$verifyCode

공개 메소드들

메소드 설명
attributeLabels ( ) Declares customized attribute labels.
rules ( ) Declares the validation rules.

메소드 상세

attributeLabels() 공개 메소드

If not declared here, an attribute would have a label that is the same as its name with the first letter in upper case.
public attributeLabels ( )

rules() 공개 메소드

Declares the validation rules.
public rules ( )

프로퍼티 상세

$body 공개적으로 프로퍼티

public $body

$email 공개적으로 프로퍼티

public $email

$name 공개적으로 프로퍼티

public $name

$subject 공개적으로 프로퍼티

public $subject

$verifyCode 공개적으로 프로퍼티

public $verifyCode