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