• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/notify.php
  • Класс: BitrixRestNotify
  • Вызов: Notify::send
public function send($clientId, $token, $method, $message)
{
	foreach($this->userList as $userId)
	{
		$this->getNotifier()->send($clientId, $userId, $token, $method, $message);
	}
}