mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -36,11 +36,11 @@ abstract class BaseMailer extends Component implements MailerInterface, ViewCont
|
||||
* @event MailEvent an event raised right before send.
|
||||
* You may set [[MailEvent::isValid]] to be false to cancel the send.
|
||||
*/
|
||||
const EVENT_BEFORE_SEND = 'beforeSend';
|
||||
public const EVENT_BEFORE_SEND = 'beforeSend';
|
||||
/**
|
||||
* @event MailEvent an event raised right after send.
|
||||
*/
|
||||
const EVENT_AFTER_SEND = 'afterSend';
|
||||
public const EVENT_AFTER_SEND = 'afterSend';
|
||||
|
||||
/**
|
||||
* @var string|bool HTML layout view name. This is the layout used to render HTML mail body.
|
||||
|
||||
Reference in New Issue
Block a user