PHP 클래스 EricMakesStuff\ServerMonitor\Notifications\BaseSender
파일 보기
프로젝트 열기: ericmakesstuff/laravel-server-monitor
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
|
setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
|
setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
|
메소드 상세
public setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
$message |
string |
|
리턴 |
EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
public setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
$subject |
string |
|
리턴 |
EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
public setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
$type |
string |
|
리턴 |
EricMakesStuff\ServerMonitor\Notifications\SendsNotifications |
|
프로퍼티 상세
protected string $message |
리턴 |
string |
|
protected string $subject |
리턴 |
string |
|
protected type $type |
리턴 |
type |
|