• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/logger/exchange.php
  • Класс: BitrixSaleExchangeLoggerExchange
  • Вызов: Exchange::__construct
public function __construct($providerType)
{
	if($providerType == '')
	{
		throw new ArgumentException('Options providerType must be specified', 'providerType');
	}

	$this->providerType = $providerType;
}