PHP Class EricMakesStuff\ServerMonitor\Notifications\BaseSender

Inheritance: implements EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
Afficher le fichier Open project: ericmakesstuff/laravel-server-monitor

Protected Properties

Свойство Type Description
$message string
$subject string
$type type

Méthodes publiques

Méthode Description
setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Method Details

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

Property Details

$message protected_oe property

protected string $message
Résultat string

$subject protected_oe property

protected string $subject
Résultat string

$type protected_oe property

protected type $type
Résultat type