|
1C-Bitrix 25.700.0
|
Пространства имен | |
| namespace | Asset |
| namespace | Editor |
| namespace | Export |
| namespace | Import |
| namespace | Index |
Структуры данных | |
| class | Action |
| class | CheckPermission |
| class | Controller |
| interface | IProcessParameters |
| interface | ITimeLimit |
| class | Timer |
Функции | |
| getProgressParameterOptionName () | |
| keepField ($fieldName) | |
| restoreProgressParameters () | |
| saveProgressParameters () | |
| getProgressParameters () | |
| clearProgressParameters () | |
| performStep ($action, array $params=[]) | |
| declareAccomplishment (bool $flag=true) | |
| hasProcessCompleted () | |
| instanceTimer () | |
| startTimer () | |
| hasTimeLimitReached () | |
Переменные | |
| const | STATUS_COMPLETED = 'COMPLETED' |
| const | STATUS_PROGRESS = 'PROGRESS' |
| trait | ProcessParams |
| trait | Stepper |
| bool | $isNewProcess = true |
| bool | $isProcessCompleted = false |
| int | $processedItems = 0 |
| int | $totalItems = 0 |
| Translate Controller Timer | $timer = null |
| clearProgressParameters | ( | ) |
| declareAccomplishment | ( | bool | $flag = true | ) |
Switch accomplishment flag of the process.
| bool | $flag | Accomplishment flag value. |
См. определение в файле stepper.php строка 136
| getProgressParameterOptionName | ( | ) |
| getProgressParameters | ( | ) |
| hasProcessCompleted | ( | ) |
| hasTimeLimitReached | ( | ) |
Tells true if time limit reached.
См. определение в файле stepper.php строка 201
| instanceTimer | ( | ) |
| keepField | ( | $fieldName | ) |
Tells if needed to keep field state as progress parameters.
| string | string[] | $fieldName | Name of instance field to keep in progress parameters. |
См. определение в файле processparams.php строка 53
|
protected |
Performs action.
| \Closure | callable | string | $action | Action to be executed. |
| array | $params | Parameters. |
См. определение в файле stepper.php строка 75
| restoreProgressParameters | ( | ) |
Restore progress state of the instance.
См. определение в файле processparams.php строка 72
| saveProgressParameters | ( | ) |
| startTimer | ( | ) |
Sets start up time.
См. определение в файле stepper.php строка 189
|
protected |
См. определение в файле stepper.php строка 16
|
protected |
См. определение в файле stepper.php строка 18
|
protected |
См. определение в файле stepper.php строка 20
|
protected |
См. определение в файле stepper.php строка 24
|
protected |
См. определение в файле stepper.php строка 22
| trait ProcessParams |
Manages process session parameters.
\Controller\IProcessParameters
См. определение в файле processparams.php строка 11
| const STATUS_COMPLETED = 'COMPLETED' |
См. определение в файле controller.php строка 6
| const STATUS_PROGRESS = 'PROGRESS' |
См. определение в файле controller.php строка 7
| trait Stepper |
Stepper
\Controller\ITimeLimit
См. определение в файле stepper.php строка 12