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

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

static export ($iblockId)
 
static getDataProcess ($filePath)
 
static import ($iblockType, $datum, $siteId=null)
 
static installProcess ($path, $siteId=null)
 
static onAgent ($lang)
 
static migrateList ($id)
 

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

const DIRECTION_EXPORT = 0
 
const DIRECTION_IMPORT = 1
 
const PATH = "/bitrix/modules/lists/install/bizproc/process/"
 
const PATH_USER_PROCESSES = "/bitrix/lists/processes/"
 

Защищенные статические члены

static getIBlockType ()
 
static getDocumentType ($iblockType, $iblockId)
 
static createIBlockType ()
 

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

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

Методы

◆ createIBlockType()

static createIBlockType ( )
staticprotected

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

◆ export()

static export ( $iblockId)
static
Аргументы
int$iblockIdThis variable is the id iblock.
Возвращает
string
Исключения
Main

ArgumentException

Исключения
Main

ArgumentNullException

Исключения
Main

ArgumentOutOfRangeException

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

◆ getDataProcess()

static getDataProcess ( $filePath)
static
Аргументы
string$filePathThis variable is the path to the file to get the data.
Возвращает
array

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

◆ getDocumentType()

static getDocumentType ( $iblockType,
$iblockId )
staticprotected

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

◆ getIBlockType()

static getIBlockType ( )
staticprotected

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

◆ import()

static import ( $iblockType,
$datum,
$siteId = null )
static
Аргументы
string$iblockTypeThis variable is the id iblockType.
string$datumThis variable is the encrypted string.
null$siteIdThis variable is the id current site.
Исключения
Main

ArgumentNullException

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

◆ installProcess()

static installProcess ( $path,
$siteId = null )
static
Аргументы
string$pathThis variable is the path to the file for the installation process.
null$siteIdThis variable is the id current site.
Исключения
Main

ArgumentNullException

Исключения
Main

IO\FileNotFoundException

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

◆ migrateList()

static migrateList ( $id)
static

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

◆ onAgent()

static onAgent ( $lang)
static
Аргументы
string$langThis variable is the value language.
Возвращает
string
Исключения
Main

ArgumentNullException

Исключения
Main

IO\FileNotFoundException

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

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

◆ DIRECTION_EXPORT

const DIRECTION_EXPORT = 0

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

◆ DIRECTION_IMPORT

const DIRECTION_IMPORT = 1

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

◆ PATH

const PATH = "/bitrix/modules/lists/install/bizproc/process/"

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

◆ PATH_USER_PROCESSES

const PATH_USER_PROCESSES = "/bitrix/lists/processes/"

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