PHP Class ContactForm

Inheritance: implements Brick
Afficher le fichier Open project: crisu83/yii-app Class Usage Examples

Méthodes publiques

Свойство Type Description
$body
$email
$name
$subject
$verifyCode

Méthodes publiques

Méthode Description
attributeLabels ( ) Declares customized attribute labels.
rules ( ) Declares the validation rules.

Method Details

attributeLabels() public méthode

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() public méthode

Declares the validation rules.
public rules ( )

Property Details

$body public_oe property

public $body

$email public_oe property

public $email

$name public_oe property

public $name

$subject public_oe property

public $subject

$verifyCode public_oe property

public $verifyCode