Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ExportPhraseSearch
+ Граф наследования:ExportPhraseSearch:

Открытые члены

 __construct ($name, Main\Engine\Controller $controller, array $config=[])
 
 run (string $path='', bool $runBefore=false)
 
- Открытые члены унаследованные от ExportAction
 getDownloadingParameters ()
 
 getDownloadingSamplesParameters ()
 
 mergeLangFiles (string $langFilePath, array $fullLangFilePaths, bool $collectUntranslated=false, array $filterByCodeList=[])
 
 lookThroughLangFolder (string $langPath)
 
- Открытые члены унаследованные от Action
 hasErrors ()
 
- Открытые члены унаследованные от Action
 __construct ($name, Controller $controller, $config=array())
 
 configure ($params)
 
 getArguments ()
 
 setArguments (array $arguments)
 
 runWithSourceParametersList ()
 
 getBinder ()
 
 getController ()
 
 getName ()
 
 getConfig ()
 
 getCurrentUser ()
 
 convertKeysToCamelCase ($data)
 
 getErrors ()
 
 getErrorByCode ($code)
 
- Открытые члены унаследованные от ITimeLimit
 startTimer ()
 
 hasTimeLimitReached ()
 
- Открытые члены унаследованные от IProcessParameters
 getProgressParameterOptionName ()
 
 keepField ($fieldName)
 
 restoreProgressParameters ()
 
 saveProgressParameters ()
 
 getProgressParameters ()
 
 clearProgressParameters ()
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Action
static className ()
 
- Защищенные члены унаследованные от ExportAction
 configureExportCsvFile (Translate\IO\CsvFile $csvFile)
 
 generateExportFileName (string $path, array $languages)
 
 getFullPath (int $pathId)
 
- Защищенные члены унаследованные от Action
 init ()
 
 buildBinder ()
 
 onBeforeRun ()
 
 onAfterRun ()
 
 addError (Error $error)
 
 addErrors (array $errors)
 
- Защищенные данные унаследованные от ExportAction
int $tabId = 0
 
string $exportFilePath = ''
 
string $exportFileName = ''
 
string $exportFileType = 'application/csv'
 
int $exportFileSize = 0
 
bool $convertEncoding
 
string $encodingOut
 
bool $collectUntranslated
 
bool $appendSamples = false
 
int $samplesCount = 10
 
array $samplesRestriction = []
 
string $samplesFilePath = ''
 
string $samplesFileName = ''
 
int $samplesFileSize = 0
 
int $maxSampleSourceLength = 500
 
array $languages = []
 
int $exportedPhraseCount = 0
 
int $exportedSamplesCount = 0
 
Translate Filter $filter
 
array $fullPathCache = []
 
- Защищенные данные унаследованные от Action
 $binder
 
 $errorCollection
 
 $controller
 
 $config
 
 $name
 
- Статические защищенные данные унаследованные от ExportAction
static string $documentRoot = ''
 
static bool $useTranslationRepository = false
 
static array $translationRepositoryLanguages = []
 

Подробное описание

Harvester of phrases using search result with index.

См. определение в файле exportphrasesearch.php строка 12

Конструктор(ы)

◆ __construct()

__construct ( $name,
Main\Engine\Controller $controller,
array $config = [] )

\Bitrix\Main\Engine\Action constructor.

Аргументы
string$nameAction name.
Main\Engine\Controller$controllerParent controller object.
array$configAdditional configuration.

Переопределяет метод предка ExportAction.

См. определение в файле exportphrasesearch.php строка 30

Методы

◆ run()

run ( string $path = '',
bool $runBefore = false )

Runs controller action.

Аргументы
string$pathPath to export.
boolean$runBeforeFlag to run onBeforeRun event handler.
Возвращает
array

См. определение в файле exportphrasesearch.php строка 48