• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/aggregatorbase.php
  • Класс: BitrixImOpenLinesIntegrationsReportStatisticsAggregatorBase
  • Вызов: AggregatorBase::__construct
public function __construct(array $params)
{
	$this->setDate(new DateTime($params['DATE']->format('Y-m-d'), 'Y-m-d'));
	$this->setOpenLineId($params['OPEN_LINE_ID']);
	$this->setSourceId($params['SOURCE_ID']);
	$this->setOperatorId($params['OPERATOR_ID']);
}