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

setType() public method

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