PHP Interface Flarum\Core\Notification\MailableInterface

Datei anzeigen Open project: flarum/core Interface Usage Examples

Public Methods

Method Description
getEmailSubject ( ) : string Get the subject line for a notification email.
getEmailView ( ) : string Get the name of the view to construct a notification email with.

Method Details

getEmailSubject() public method

Get the subject line for a notification email.
public getEmailSubject ( ) : string
return string

getEmailView() public method

Get the name of the view to construct a notification email with.
public getEmailView ( ) : string
return string