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

	return $this->output;
}