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

	$this->openLineId = $openLineId;
}