• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/manager/statistic.php
  • Класс: BitrixSaleExchangeIntegrationManagerStatistic
  • Вызов: Statistic::getProvider
protected function getProvider()
{
	$res = StatisticsProvider::getList([
		'xmlId'=>$this->app
			->getCode()
	]);

	return (isset($res['error']) == false) ? $res:null;
}