Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/ |
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/rest/lib/inotify.php |
<?php namespace Bitrix\Rest; interface INotify { public function send($clientId, $userId, $token, $method, $message); }