• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/controller/statistic.php
  • Класс: BitrixSaleExchangeIntegrationControllerStatistic
  • Вызов: Statistic::getProviderById
protected function getProviderById($id)
{
	$result = B24IntegrationStatProviderTable::getByPrimary($id);
	$row = $result->fetch();

	return (is_array($row)? $row : null);
}