PHP 인터페이스 Flarum\Core\Notification\MailableInterface

파일 보기 프로젝트 열기: flarum/core 0 사용 예제들

공개 메소드들

메소드 설명
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