PHP Interface Flarum\Core\Notification\MailableInterface

Afficher le fichier Open project: flarum/core Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Get the subject line for a notification email.
public getEmailSubject ( ) : string
Résultat string

getEmailView() public méthode

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