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
파일 보기 프로젝트 열기: yiisoft/yii2

공개 프로퍼티들

프로퍼티 타입 설명
$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