Your IP : 3.147.28.158


Current Path : /var/www/axolotl/data/www/nn.axolotls.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/axolotl/data/www/nn.axolotls.ru/bitrix/modules/rest/lib/inotify.php

<?php
namespace Bitrix\Rest;

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