Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/remoteproxies/icmd.php

<?php
namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies;

use Bitrix\Sale\Exchange\Integration\Rest\Cmd;

interface ICmd
{
	/**
	 * @param $pageType
	 * @param $fields
	 * @return Cmd\CmdBase
	 */
	public function cmd($pageType, $fields);
	/**
	 * @param $pageType
	 * @param $list
	 * @return Cmd\Batch
	 */
	public function batch($pageType, $list);
}