Your IP : 108.162.216.192


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/rest/lib/inotify.php

<?php
namespace Bitrix\Rest;

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