Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/rest/lib/event/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/rest/lib/event/providerinterface.php

<?php
namespace Bitrix\Rest\Event;

interface ProviderInterface
{
	public function send(array $queryData);
}