PHP Interface EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Show file Open project: ericmakesstuff/laravel-server-monitor

Public Methods

Method Description
send ( )
setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Method Details

send() public method

public send ( )

setMessage() public method

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

setSubject() public method

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

setType() public method

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