Your IP : 18.221.125.22


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/rest/lib/inotify.php

<?php
namespace Bitrix\Rest;

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