EricMakesStuff\ServerMonitor\Notifications\BaseSender::setMessage PHP Method

setMessage() public method

public setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$message string
return EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
    public function setMessage($message)
    {
        $this->message = $message;
        return $this;
    }