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

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

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