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

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

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