PHP Класс yii\mail\MailEvent

By setting the [[isValid]] property, one may control whether to continue running the action.
С версии: 2.0
Автор: Mark Jebri ([email protected])
Наследование: extends yii\base\Event
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$isSuccessful if message was sent successfully.
$isValid whether to continue sending an email. Event handlers of [[\yii\mail\BaseMailer::EVENT_BEFORE_SEND]] may set this property to decide whether to continue send or not.
$message the mail message being send.

Описание свойств

$isSuccessful публичное свойство

if message was sent successfully.
public $isSuccessful

$isValid публичное свойство

whether to continue sending an email. Event handlers of [[\yii\mail\BaseMailer::EVENT_BEFORE_SEND]] may set this property to decide whether to continue send or not.
public $isValid

$message публичное свойство

the mail message being send.
public $message