• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/manager/statistic.php
  • Класс: BitrixSaleExchangeIntegrationManagerStatistic
  • Вызов: Statistic::__construct
public function __construct()
{
	$this->app = new IntegrationB24();
	$this->collection = new Collection();
	$this->exchange = new Exchange(ProviderType::B24_INTEGRATION_NAME);
}