EricMakesStuff\ServerMonitor\Notifications\BaseSender::setType PHP 메소드

setType() 공개 메소드

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