См. определение в файле base.php строка 19
◆ __construct()
__construct |
( |
| $processId = 0 | ) |
|
Base constructor.
- Аргументы
-
См. определение в файле base.php строка 60
◆ checkRegister()
◆ get()
Returns information about current action
- Возвращает
- array
Переопределяется в Import.
См. определение в файле base.php строка 417
◆ getContext()
Returns current working user context
- Возвращает
- string
См. определение в файле base.php строка 103
◆ getContextEntity()
Returns working context
- Возвращает
- string
См. определение в файле base.php строка 132
◆ getNotificationInstance()
getNotificationInstance |
( |
| ) |
|
Returns instance to work with notification
- Возвращает
- Notification
См. определение в файле base.php строка 378
◆ getSetting()
Returns instance of Setting with current context
- Возвращает
- Setting
См. определение в файле base.php строка 156
◆ getStatus()
Returns actions status
- Возвращает
- array|mixed|string
См. определение в файле base.php строка 408
◆ getStructureData()
- Возвращает
- array|mixed
См. определение в файле base.php строка 169
◆ init()
◆ prepareData()
Prepares data before saving. Sorted list of files important for some cases.
- Аргументы
-
- Возвращает
- mixed
См. определение в файле base.php строка 302
◆ register()
register |
( |
array | $data, |
|
|
array | $additionalOptions = [], |
|
|
int | $userId = 0, |
|
|
string | $appCode = '', |
|
|
bool | $byAgent = true ) |
Registers process
- Аргументы
-
array | $data | |
array | $additionalOptions | |
int | $userId | |
string | $appCode | |
bool | $byAgent | |
- Возвращает
- array
- Исключения
-
См. определение в файле base.php строка 216
◆ reset()
◆ run()
◆ runAgent()
runAgent |
( |
int | $processId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
См. определение в файле base.php строка 448
◆ setContext()
setContext |
( |
| $context = '' | ) |
|
Set custom working user context
- Аргументы
-
- Возвращает
- bool
См. определение в файле base.php строка 114
◆ setContextEntity()
setContextEntity |
( |
| $appId = 0 | ) |
|
Sets working context
- Аргументы
-
- Возвращает
- bool
См. определение в файле base.php строка 143
◆ setProcessId()
setProcessId |
( |
int | $processId | ) |
|
Sets process id
- Аргументы
-
- Возвращает
- bool
См. определение в файле base.php строка 84
◆ setStatus()
setStatus |
( |
string | $status | ) |
|
|
protected |
- Аргументы
-
- Возвращает
- bool
См. определение в файле base.php строка 393
◆ unregister()
Unregister process
- Возвращает
- string[]
См. определение в файле base.php строка 336
◆ $notification
◆ $processId
◆ $setting
◆ ACTION
◆ CONTEXT_PREFIX
const CONTEXT_PREFIX = 'configuration_action' |
◆ ERROR_PROCESS_DID_NOT_CREATE
const ERROR_PROCESS_DID_NOT_CREATE = 'PROCESS_DID_NOT_CREATE' |
◆ ERROR_PROCESS_NOT_FOUND
const ERROR_PROCESS_NOT_FOUND = 'PROCESS_NOT_FOUND' |
◆ MODULE_ID
◆ PROPERTY_FILES
const PROPERTY_FILES = 'FILES' |
◆ PROPERTY_MANIFEST
const PROPERTY_MANIFEST = 'MANIFEST' |
◆ PROPERTY_STRUCTURE
const PROPERTY_STRUCTURE = 'STRUCTURE' |
◆ STATUS_ERROR
◆ STATUS_FINISH
const STATUS_FINISH = 'F' |
◆ STATUS_PROCESS
const STATUS_PROCESS = 'P' |
◆ STATUS_START
◆ STATUS_UNKNOWN
const STATUS_UNKNOWN = 'U' |
◆ STATUSES
Инициализатор= [
self::STATUS_START,
self::STATUS_PROCESS,
self::STATUS_FINISH,
self::STATUS_ERROR,
self::STATUS_UNKNOWN,
]
См. определение в файле base.php строка 32
Объявления и описания членов класса находятся в файле:
- C:/bitrix/modules/rest/lib/configuration/action/base.php