Public Member Functions | |
rules () | |
attributeLabels () | |
Data Fields | |
$name | |
$subject | |
$body | |
$verifyCode | |
ContactForm class. ContactForm is the data structure for keeping contact form data. It is used by the 'contact' action of 'SiteController'.
Definition at line 8 of file ContactForm.php.
attributeLabels | ( | ) |
Declares customized attribute labels. If not declared here, an attribute would have a label that is the same as its name with the first letter in upper case.
Definition at line 36 of file ContactForm.php.
rules | ( | ) |
Declares the validation rules.
Definition at line 19 of file ContactForm.php.
$body |
Definition at line 13 of file ContactForm.php.
Definition at line 11 of file ContactForm.php.
$name |
Definition at line 10 of file ContactForm.php.
$subject |
Definition at line 12 of file ContactForm.php.
$verifyCode |
Definition at line 14 of file ContactForm.php.