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

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