PHP Class frontend\models\ContactForm

Inheritance: extends yii\base\Model
Afficher le fichier Open project: yiisoft/yii2-app-advanced Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
attributeLabels ( )
rules ( )
sendEmail ( string $email ) : boolean Sends an email to the specified email address using the information collected by this model.

Method Details

attributeLabels() public méthode

public attributeLabels ( )

rules() public méthode

public rules ( )

sendEmail() public méthode

Sends an email to the specified email address using the information collected by this model.
public sendEmail ( string $email ) : boolean
$email string the target email address
Résultat boolean whether the email was sent

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