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