PHP Class frontend\models\ContactForm

Inheritance: extends yii\base\Model
Exibir arquivo Open project: yiisoft/yii2-app-advanced Class Usage Examples

Public Properties

Property Type Description
$body
$email
$name
$subject
$verifyCode

Public Methods

Method 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 method

public attributeLabels ( )

rules() public method

public rules ( )

sendEmail() public method

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
return 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