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

	$this->date = $date;
}