Class app\modules\main\components\ForgotMailNotifier
Inheritance | app\modules\main\components\ForgotMailNotifier » yii\base\Object |
---|---|
Uses Traits | app\modules\main\components\MailerTrait |
Class ForgotMailNotifier
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$letter | string | шаблон письма | app\modules\main\components\ForgotMailNotifier |
$subjectMessage | \app\modules\main\components\сообщение | для темы письма | app\modules\main\components\ForgotMailNotifier |
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$_mailFrom | string | от кого отправлять | app\modules\main\components\MailerTrait |
$_mailTo | string | кому отправлять | app\modules\main\components\MailerTrait |
$_subject | string | тема письма | app\modules\main\components\MailerTrait |
Public Methods
Method | Description | Defined By |
---|---|---|
getMailFrom() | Возвращает адрес отправителя | app\modules\main\components\MailerTrait |
getMailTo() | Возвращает адрес получателя | app\modules\main\components\MailerTrait |
getSubject() | Возвращает тему письма | app\modules\main\components\MailerTrait |
send() | app\modules\main\components\ForgotMailNotifier | |
setMailFrom() | Устанавливает адрес отправителя | app\modules\main\components\MailerTrait |
setMailTo() | Устанавливает адрес получателя | app\modules\main\components\MailerTrait |
setSubject() | app\modules\main\components\MailerTrait |
Property Details
шаблон письма
для темы письма