PHP Класс EricMakesStuff\ServerMonitor\Notifications\BaseSender

Наследование: implements EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$message string
$subject string
$type type

Открытые методы

Метод Описание
setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Описание методов

setMessage() публичный Метод

public setMessage ( string $message ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$message string
Результат EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setSubject() публичный Метод

public setSubject ( string $subject ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$subject string
Результат EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

setType() публичный Метод

public setType ( string $type ) : EricMakesStuff\ServerMonitor\Notifications\SendsNotifications
$type string
Результат EricMakesStuff\ServerMonitor\Notifications\SendsNotifications

Описание свойств

$message защищенное свойство

protected string $message
Результат string

$subject защищенное свойство

protected string $subject
Результат string

$type защищенное свойство

protected type $type
Результат type