• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/controller/statistic.php
  • Класс: BitrixSaleExchangeIntegrationControllerStatistic
  • Вызов: Statistic::checkProviderById
protected function checkProviderById($id)
{
	$r = new Result();

	if(is_null($this->getProviderById($id)))
	{
		$r->addError(new Error('Provider is not exists'));
	}
	return $r;
}