• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/export/exportfile.php
  • Класс: BitrixTranslateControllerExportExportFile
  • Вызов: ExportFile::__construct
public function __construct($name, MainEngineController $controller, array $config = [])
{
	Loc::loadLanguageFile(__DIR__ . '/exportaction.php');

	$this->keepField('seekPhraseCode');

	parent::__construct($name, $controller, $config);
}