См. определение в файле journal.php строка 17
◆ __construct()
__construct |
( |
| $exportId, |
|
|
| $type ) |
Journal constructor.
- Аргументы
-
$exportId | - int, ID of export profile |
$type | - string, type of current journal. May be ALBUMS or PRODUCTS. |
См. определение в файле journal.php строка 28
◆ addItemsCount()
Increase number of processed items for current type of export.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
Exception
См. определение в файле journal.php строка 216
◆ checkStopProcessFlag()
static checkStopProcessFlag |
( |
| $exportId | ) |
|
|
static |
◆ clearStopProcessParams()
static clearStopProcessParams |
( |
| $exportId | ) |
|
|
static |
Remove process STOP flag
- Аргументы
-
- Возвращает
- bool
См. определение в файле journal.php строка 151
◆ end()
Close log for current type by set finish time
- Возвращает
- bool
- Исключения
-
Exception
См. определение в файле journal.php строка 265
◆ getCriticalErrorsMessage()
static getCriticalErrorsMessage |
( |
| $exportId, |
|
|
| $txt ) |
|
static |
◆ getCurrentProcess()
static getCurrentProcess |
( |
| $exportId | ) |
|
|
static |
◆ getProgressFinishMessage()
static getProgressFinishMessage |
( |
| $ok = true | ) |
|
|
static |
◆ getProgressMessage()
static getProgressMessage |
( |
| $exportId, |
|
|
| $type ) |
|
static |
◆ getStatisticText()
static getStatisticText |
( |
| $type, |
|
|
| $exportId ) |
|
static |
Get formatted string of statistic to selected type and export ID
- Аргументы
-
- Возвращает
- bool|string
- Исключения
-
Bitrix\Main\ArgumentException
См. определение в файле journal.php строка 303
◆ getTooMuchTimeExportMessage()
static getTooMuchTimeExportMessage |
( |
| ) |
|
|
static |
◆ saveProcessParams()
static saveProcessParams |
( |
| $exportId, |
|
|
| $type = false, |
|
|
| $position = false, |
|
|
| $execCount = false ) |
|
static |
◆ start()
Init log for current export type and set starting time.
- Возвращает
- bool
- Исключения
-
Exception
См. определение в файле journal.php строка 248
◆ stopProcessParams()
static stopProcessParams |
( |
| $exportId | ) |
|
|
static |
set flag STOP in params - preserve repeated process run
- Аргументы
-
- Возвращает
- bool
См. определение в файле journal.php строка 163