PHP Class EricMakesStuff\ServerMonitor\Notifications\BaseSender

Inheritance: implements EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
Show file Open project: ericmakesstuff/laravel-server-monitor

Protected Properties

Property Type Description
$message string
$subject string
$type type

Public Methods

Method 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 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

Property Details

$message protected property

protected string $message
return string

$subject protected property

protected string $subject
return string

$type protected property

protected type $type
return type