Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
inotify.php
1<?php
2namespace Bitrix\Rest;
3
4interface INotify
5{
6 public function send($clientId, $userId, $token, $method, $message);
7}
send($clientId, $userId, $token, $method, $message)