EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Public Member Functions | Data Fields
ContactForm Class Reference
Inheritance diagram for ContactForm:

Public Member Functions

 rules ()
 
 attributeLabels ()
 

Data Fields

 $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

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.

Field Documentation

$body

Definition at line 13 of file ContactForm.php.

$email

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.


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