Current Path : /home/bitrix/initial_sites/home-comfort.in.ua/bitrix/modules/rest/lib/ |
Current File : /home/bitrix/initial_sites/home-comfort.in.ua/bitrix/modules/rest/lib/inotify.php |
<?php namespace Bitrix\Rest; interface INotify { public function send($clientId, $userId, $token, $method, $message); }