• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/web/webpacker/filecontroller.php
  • Класс: BitrixMainWebWebPackerFileController
  • Вызов: FileController::getOutputFile
protected function getOutputFile()
{
	if (!$this->file)
	{
		$this->file = new OutputFile();
	}

	$this->setOutput($this->file);

	return $this->file;
}