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

setSubject() public method

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