• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/export/exportfilelist.php
  • Класс: BitrixTranslateControllerExportExportFileList
  • Вызов: ExportFileList::__construct
public function __construct($name, MainEngineController $controller, array $config = [])
{
	$this->keepField('seekPathLangId', 'seekLangFilePath', 'seekPhraseCode');

	Loc::loadLanguageFile(__DIR__ . '/exportaction.php');

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