PHP Interface EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Afficher le fichier Open project: ericmakesstuff/laravel-server-monitor

Méthodes publiques

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

public send ( )

setMessage() public méthode

public setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$message string
Résultat EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setSubject() public méthode

public setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$subject string
Résultat EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setType() public méthode

public setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$type string
Résultat EricMakesStuff\ServerMonitor\Notifications\SendsNotifications