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

Открытые члены

 __construct ($iblockTypeId, array $iblockIdsToCopy, $socnetGroupId=0)
 
 setTargetLocation ($targetIblockTypeId, $targetSocnetGroupId=0)
 
 removeFeature ($feature)
 
 setDictionary (Dictionary $dictionary)
 
 setIblockImplementer (IblockImplementer $implementer)
 
 setFieldImplementer (Child $implementer)
 
 setWorkflowImplementer (Child $implementer)
 
 startCopy ()
 
 getMapIdsCopiedEntity ()
 

Защищенные данные

 $iblockTypeId
 
 $iblockIdsToCopy
 
 $socnetGroupId
 
 $targetIblockTypeId = ""
 
 $targetSocnetGroupId = 0
 
 $features
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $iblockTypeId,
array $iblockIdsToCopy,
$socnetGroupId = 0 )

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

Методы

◆ getMapIdsCopiedEntity()

getMapIdsCopiedEntity ( )

Returns the identifier map of the parent copied entity.

Возвращает
array

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

◆ removeFeature()

removeFeature ( $feature)

Removes feature from the copy queue.

Аргументы
string$featureFeature name.

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

◆ setDictionary()

setDictionary ( Dictionary $dictionary)
Аргументы
Dictionary$dictionary

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

◆ setFieldImplementer()

setFieldImplementer ( Child $implementer)

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

◆ setIblockImplementer()

setIblockImplementer ( IblockImplementer $implementer)

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

◆ setTargetLocation()

setTargetLocation ( $targetIblockTypeId,
$targetSocnetGroupId = 0 )

Writes the entities id of the target place. This is necessary if you want to copy the lists to another type of information block or another group.

Аргументы
string$targetIblockTypeIdId type of information block.
int$targetSocnetGroupIdGroup id.

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

◆ setWorkflowImplementer()

setWorkflowImplementer ( Child $implementer)

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

◆ startCopy()

startCopy ( )

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

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

◆ $features

$features
protected
Инициализатор
= [
"field",
"section",
"element",
"workflow"
]

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

◆ $iblockIdsToCopy

$iblockIdsToCopy
protected

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

◆ $iblockTypeId

$iblockTypeId
protected

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

◆ $socnetGroupId

$socnetGroupId
protected

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

◆ $targetIblockTypeId

$targetIblockTypeId = ""
protected

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

◆ $targetSocnetGroupId

$targetSocnetGroupId = 0
protected

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