PHP 클래스 EricMakesStuff\ServerMonitor\Notifications\BaseSender

상속: implements EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
파일 보기 프로젝트 열기: ericmakesstuff/laravel-server-monitor

보호된 프로퍼티들

프로퍼티 타입 설명
$message string
$subject string
$type type

공개 메소드들

메소드 설명
setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

메소드 상세

setMessage() 공개 메소드

public setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$message string
리턴 EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setSubject() 공개 메소드

public setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$subject string
리턴 EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setType() 공개 메소드

public setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$type string
리턴 EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

프로퍼티 상세

$message 보호되어 있는 프로퍼티

protected string $message
리턴 string

$subject 보호되어 있는 프로퍼티

protected string $subject
리턴 string

$type 보호되어 있는 프로퍼티

protected type $type
리턴 type