• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/internals/controller.php
  • Класс: BitrixReportInternalsController
  • Вызов: Controller::__construct
public function __construct()
{
	$this->errorCollection = new ErrorCollection;
	$this->request = Context::getCurrent()->getRequest();

	$this->init();
}