• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/report/basereport.php
  • Класс: BitrixTimemanMonitorReportBaseReport
  • Вызов: BaseReport::__construct
public function __construct($filter = null, $order = null, $limit = null, $offset = null)
{
	$this->filter = $filter;
	$this->order = $order;
	$this->limit = $limit;
	$this->offset = $offset;

	$this->query = $this->createQuery();
}