Your IP : 18.188.41.251


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/rest/lib/MessageTransportInterface.php

<?php

namespace Bitrix\Rest;

interface MessageTransportInterface
{
	public function send(string $method, array $parameters): bool;
}