Открытые члены | |
__construct ($name, Main\Engine\Controller $controller, array $config=[]) | |
run (string $path='', bool $runBefore=false) | |
![]() | |
getDownloadingParameters () | |
getDownloadingSamplesParameters () | |
mergeLangFiles (string $langFilePath, array $fullLangFilePaths, bool $collectUntranslated=false, array $filterByCodeList=[]) | |
lookThroughLangFolder (string $langPath) | |
![]() | |
hasErrors () | |
![]() | |
__construct ($name, Controller $controller, $config=array()) | |
configure ($params) | |
getArguments () | |
setArguments (array $arguments) | |
runWithSourceParametersList () | |
getBinder () | |
getController () | |
getName () | |
getConfig () | |
getCurrentUser () | |
convertKeysToCamelCase ($data) | |
getErrors () | |
getErrorByCode ($code) | |
![]() | |
startTimer () | |
hasTimeLimitReached () | |
![]() | |
getProgressParameterOptionName () | |
keepField ($fieldName) | |
restoreProgressParameters () | |
saveProgressParameters () | |
getProgressParameters () | |
clearProgressParameters () | |
Дополнительные унаследованные члены | |
![]() | |
static | className () |
![]() | |
configureExportCsvFile (Translate\IO\CsvFile $csvFile) | |
generateExportFileName (string $path, array $languages) | |
getFullPath (int $pathId) | |
![]() | |
init () | |
buildBinder () | |
onBeforeRun () | |
onAfterRun () | |
addError (Error $error) | |
addErrors (array $errors) | |
![]() | |
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 = [] |
![]() | |
$binder | |
$errorCollection | |
$controller | |
$config | |
$name | |
![]() | |
static string | $documentRoot = '' |
static bool | $useTranslationRepository = false |
static array | $translationRepositoryLanguages = [] |
Harvester of phrases using search result with index.
См. определение в файле exportfilesearch.php строка 12
__construct | ( | $name, | |
Main\Engine\Controller | $controller, | ||
array | $config = [] ) |
\Bitrix\Main\Engine\Action constructor.
string | $name | Action name. |
Main\Engine\Controller | $controller | Parent controller object. |
array | $config | Additional configuration. |
Переопределяет метод предка ExportAction.
См. определение в файле exportfilesearch.php строка 29
run | ( | string | $path = '', |
bool | $runBefore = false ) |
Runs controller action.
string | $path | Path to export. |
boolean | $runBefore | Flag to run onBeforeRun event handler. |
См. определение в файле exportfilesearch.php строка 47