EricMakesStuff\ServerMonitor\Notifications\BaseSender::setType PHP Méthode

setType() public méthode

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