PHP Класс Slack\Notifier

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$client mixed client
$serializer mixed serializer

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

Метод Описание
__construct ( mixed $client, mixed $serializer = null ) __construct
notify ( Slack\Message\MessageInterface $message, boolean $debug = false ) notify

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

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

__construct
public __construct ( mixed $client, mixed $serializer = null )
$client mixed
$serializer mixed

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

notify
public notify ( Slack\Message\MessageInterface $message, boolean $debug = false )
$message Slack\Message\MessageInterface
$debug boolean

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

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

client
protected mixed $client
Результат mixed

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

serializer
protected mixed $serializer
Результат mixed