• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/aggregatorbase.php
  • Класс: BitrixImOpenLinesIntegrationsReportStatisticsAggregatorBase
  • Вызов: AggregatorBase::setSourceId
public function setSourceId($sourceId)
{
	if ($sourceId === null)
	{
		$this->errors[] = new Error('Source id can't be empty');
	}
	$this->sourceId = $sourceId;
}