PHP Интерфейс Flarum\Core\Notification\MailableInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getEmailSubject ( ) : string Get the subject line for a notification email.
getEmailView ( ) : string Get the name of the view to construct a notification email with.

Описание методов

getEmailSubject() публичный Метод

Get the subject line for a notification email.
public getEmailSubject ( ) : string
Результат string

getEmailView() публичный Метод

Get the name of the view to construct a notification email with.
public getEmailView ( ) : string
Результат string