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

	$this->operatorId = $operatorId;
}