Your IP : 18.224.63.10


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/rest/lib/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/rest/lib/inotify.php

<?php
namespace Bitrix\Rest;

interface INotify
{
	public function send($clientId, $userId, $token, $method, $message);
}