1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($sessID, $maxExecutionTime, $maxOperationCounter) | |
setFilter ($filter) | |
runOperation () | |
Открытые члены унаследованные от CCatalogStepOperations | |
__destruct () | |
setParams ($params) | |
initStep ($allCount, $allOperationCount, $lastID) | |
saveStep () | |
startOperation () | |
finalOperation () | |
run () | |
setProgressTemplates ($template) | |
getMessage () |
Открытые статические члены | |
static | getAllCounter () |
static | getFilterCounter ($filter) |
static | checkFilter (Main\HttpRequest $request) |
Открытые статические члены унаследованные от CCatalogStepOperations | |
static | getDefaultExecutionTime () |
Поля данных | |
const | SESSION_PREFIX = 'BDC' |
Поля данных унаследованные от CCatalogStepOperations | |
const | DEFAULT_SESSION_PREFIX = 'CC' |
Защищенные данные | |
$filter = array() | |
$orderViewUrl = '' | |
Защищенные данные унаследованные от CCatalogStepOperations | |
$sessID = '' | |
$errorCounter = 0 | |
$errors = array() | |
$stepErrors = array() | |
$maxExecutionTime = 0 | |
$maxOperationCounter = 0 | |
$startOperationTime = 0 | |
$lastID = 0 | |
$allCounter = 0 | |
$allOperationCounter = 0 | |
$finishOperation = false | |
$defaultProgressTemplate = '#PROGRESS_BAR#' | |
$progressTemplate = '#PROGRESS_BAR#' | |
$errorTemplate = '' | |
$params = null |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CCatalogStepOperations | |
setLastId ($lastId) | |
isStopOperation () | |
setFinishOperation ($finish) | |
calculateNextOperationCounter () | |
addError ($error) |
См. определение в файле step_operations.php строка 12
__construct | ( | $sessID, | |
$maxExecutionTime, | |||
$maxOperationCounter ) |
Переопределяет метод предка CCatalogStepOperations.
См. определение в файле step_operations.php строка 19
|
static |
См. определение в файле step_operations.php строка 108
|
static |
Переопределяет метод предка CCatalogStepOperations.
См. определение в файле step_operations.php строка 85
|
static |
См. определение в файле step_operations.php строка 94
runOperation | ( | ) |
Переопределяет метод предка CCatalogStepOperations.
См. определение в файле step_operations.php строка 40
setFilter | ( | $filter | ) |
См. определение в файле step_operations.php строка 33
|
protected |
См. определение в файле step_operations.php строка 16
|
protected |
См. определение в файле step_operations.php строка 17
const SESSION_PREFIX = 'BDC' |
См. определение в файле step_operations.php строка 14