Your IP : 18.221.84.179


Current Path : /home/bitrix/initial_sites/coffe.land_1/bitrix/modules/rest/lib/
Upload File :
Current File : /home/bitrix/initial_sites/coffe.land_1/bitrix/modules/rest/lib/inotify.php

<?php
namespace Bitrix\Rest;

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