Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AppConfiguration

Открытые статические члены

static inProcess ()
 
static getEntityList ()
 
static getManifestList (Event $event)
 
static onCheckAccess (string $type, array $manifest)
 
static onInitManifest (Event $event)
 
static onEventExportController (Event $event)
 
static onEventImportController (Event $event)
 
static onFinish (Event $event)
 
static saveFile (array $file)
 

Открытые атрибуты

const SYSTEM_BLOCK_REST_PENDING = 'system.rest.pending'
 
const SYSTEM_COMPONENT_REST_PENDING = 'bitrix:landing.rest.pending'
 
const PREFIX_CODE = 'landing_'
 

Статические защищенные данные

static $processing = false
 

Подробное описание

Class AppConfiguration

См. также
rest/dev/configuration/readme.php

См. определение в файле appconfiguration.php строка 21

Методы

◆ getEntityList()

static getEntityList ( )
static

Returns known entities.

Возвращает
array

См. определение в файле appconfiguration.php строка 78

◆ getManifestList()

static getManifestList ( Event $event)
static

Builds manifests for each placement.

Аргументы
Event$eventEvent instance.
Возвращает
array

См. определение в файле appconfiguration.php строка 88

◆ inProcess()

static inProcess ( )
static

Returns true if transfer are processing.

Возвращает
bool

См. определение в файле appconfiguration.php строка 69

◆ onCheckAccess()

static onCheckAccess ( string $type,
array $manifest )
static

Checks access to export and import.

Аргументы
string$typeExport or import.
array$manifestManifest data.
Возвращает
array

См. определение в файле appconfiguration.php строка 147

◆ onEventExportController()

static onEventExportController ( Event $event)
static

Export step.

Аргументы
Event$eventEvent instance.
Возвращает
array|null

См. определение в файле appconfiguration.php строка 206

◆ onEventImportController()

static onEventImportController ( Event $event)
static

Import step.

Аргументы
Event$eventEvent instance.
Возвращает
array|null

См. определение в файле appconfiguration.php строка 230

◆ onFinish()

static onFinish ( Event $event)
static

Final step.

Аргументы
Event$eventEvent instance.
Возвращает
array

См. определение в файле appconfiguration.php строка 254

◆ onInitManifest()

static onInitManifest ( Event $event)
static

Preparing steps before export start.

Аргументы
Event$eventEvent instance.
Возвращает
array|null

См. определение в файле appconfiguration.php строка 179

◆ saveFile()

static saveFile ( array $file)
static

Saves file to DB and returns id ID.

Аргументы
array$fileFile data from getUnpackFile.
Возвращает
int|null

См. определение в файле appconfiguration.php строка 309

Данные класса

◆ $processing

$processing = false
staticprotected

См. определение в файле appconfiguration.php строка 38

◆ PREFIX_CODE

const PREFIX_CODE = 'landing_'

Prefix code.

См. определение в файле appconfiguration.php строка 32

◆ SYSTEM_BLOCK_REST_PENDING

const SYSTEM_BLOCK_REST_PENDING = 'system.rest.pending'

Block and component for replace unknown rest blocks.

См. определение в файле appconfiguration.php строка 26

◆ SYSTEM_COMPONENT_REST_PENDING

const SYSTEM_COMPONENT_REST_PENDING = 'bitrix:landing.rest.pending'

См. определение в файле appconfiguration.php строка 27