|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
| rules () | |
| attributeLabels () | |
Public Attributes | |
| $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.
| ContactForm::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.
| ContactForm::rules | ( | ) |
Declares the validation rules.
Definition at line 19 of file ContactForm.php.
| ContactForm::$body |
Definition at line 13 of file ContactForm.php.
| ContactForm::$email |
Definition at line 11 of file ContactForm.php.
| ContactForm::$name |
Definition at line 10 of file ContactForm.php.
| ContactForm::$subject |
Definition at line 12 of file ContactForm.php.
| ContactForm::$verifyCode |
Definition at line 14 of file ContactForm.php.