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

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

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