ez-pro/core/bitrix/modules/rest/lib/inotify.php
2025-11-13 19:04:05 +03:00

7 lines
121 B
PHP

<?php
namespace Bitrix\Rest;
interface INotify
{
public function send($clientId, $userId, $token, $method, $message);
}