Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Notify

Открытые члены

 __construct ($notifyType, array $userList)
 
 send ($clientId, $token, $method, $message)
 
 setType ($notifyType)
 
 getType ()
 
 setUserList (array $userList)
 
 getUserList ()
 

Открытые атрибуты

const NOTIFY_IM = 'im'
 
const NOTIFY_BOT = 'bot'
 

Защищенные члены

 getNotifier ()
 

Защищенные данные

 $type
 
 $userList = array()
 
 $notifier = null
 

Подробное описание

См. определение в файле notify.php строка 7

Конструктор(ы)

◆ __construct()

__construct ( $notifyType,
array $userList )

См. определение в файле notify.php строка 20

Методы

◆ getNotifier()

getNotifier ( )
protected
Возвращает
INotify

См. определение в файле notify.php строка 71

◆ getType()

getType ( )

См. определение в файле notify.php строка 46

◆ getUserList()

getUserList ( )

См. определение в файле notify.php строка 63

◆ send()

send ( $clientId,
$token,
$method,
$message )

См. определение в файле notify.php строка 26

◆ setType()

setType ( $notifyType)

См. определение в файле notify.php строка 34

◆ setUserList()

setUserList ( array $userList)

См. определение в файле notify.php строка 51

Данные класса

◆ $notifier

$notifier = null
protected

См. определение в файле notify.php строка 18

◆ $type

$type
protected

См. определение в файле notify.php строка 12

◆ $userList

$userList = array()
protected

См. определение в файле notify.php строка 13

◆ NOTIFY_BOT

const NOTIFY_BOT = 'bot'

См. определение в файле notify.php строка 10

◆ NOTIFY_IM

const NOTIFY_IM = 'im'

См. определение в файле notify.php строка 9