HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
ContactForm Class Reference

Public Member Functions

 rules ()
 attributeLabels ()

Public Attributes

 $name
 $email
 $subject
 $body
 $verifyCode

Detailed Description

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.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: