| Current Path : /var/www/homesaver/www/bitrix/modules/rest/lib/ |
| Current File : /var/www/homesaver/www/bitrix/modules/rest/lib/MessageTransportInterface.php |
<?php
namespace Bitrix\Rest;
interface MessageTransportInterface
{
public function send(string $method, array $parameters): bool;
}