Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Iblock
+ Граф наследования:Iblock:

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

 setChild (Child $child)
 
 setTargetIblockTypeId ($targetIblockTypeId)
 
 setTargetSocnetGroupId ($targetSocnetGroupId)
 
 setCacheManager (\CCacheManager $cacheManager)
 
 add (Container $container, array $fields)
 
 getFields (Container $container, $entityId)
 
 prepareFieldsToCopy (Container $container, array $fields)
 
 copyChildren (Container $container, $entityId, $copiedEntityId)
 
- Открытые члены унаследованные от CopyImplementer
 __construct ()
 
 getErrors ()
 
 setUserFieldManager (\CUserTypeManager $userTypeManager)
 
 setUfIgnoreList (array $ufIgnoreList)
 
 setExecutiveUserId (int $executiveUserId)
 

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

const IBLOCK_COPY_ERROR = "IBLOCK_COPIER_ERROR"
 

Защищенные члены

 cleanCache (int $iblockId)
 
 getSocnetPermission ($iblockId, $socnetGroupId)
 
- Защищенные члены унаследованные от CopyImplementer
 copyUfFields (int $entityId, int $copiedEntityId, string $ufObject)
 
 getResult (array $results=[])
 

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

 $cacheManager
 
- Защищенные данные унаследованные от CopyImplementer
 $result
 
 $userTypeManager
 
 $ufIgnoreList = []
 
 $executiveUserId
 

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

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

Методы

◆ add()

add ( Container $container,
array $fields )

Adds iblock.

Аргументы
Container$container
array$fields
Возвращает
int|bool return iblock id or false.

Переопределяет метод предка CopyImplementer.

Переопределяется в Iblock.

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

◆ cleanCache()

cleanCache ( int $iblockId)
protected

Переопределяется в Iblock.

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

◆ copyChildren()

copyChildren ( Container $container,
$entityId,
$copiedEntityId )

Starts copying children entities.

Аргументы
Container$container
int$entityId
int$copiedEntityId
Возвращает
Result
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

Переопределяет метод предка CopyImplementer.

Переопределяется в Iblock.

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

◆ getFields()

getFields ( Container $container,
$entityId )

Returns iblock fields.

Аргументы
Container$container
int$entityId
Возвращает
array $fields

Переопределяет метод предка CopyImplementer.

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

◆ getSocnetPermission()

getSocnetPermission ( $iblockId,
$socnetGroupId )
protected

Переопределяется в Iblock.

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

◆ prepareFieldsToCopy()

prepareFieldsToCopy ( Container $container,
array $fields )

Preparing data before creating a new iblock.

Аргументы
Container$container
array$fieldsList iblock fields.
Возвращает
array $fields

Переопределяет метод предка CopyImplementer.

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

◆ setCacheManager()

setCacheManager ( \CCacheManager $cacheManager)
Аргументы
mixed$cacheManager

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

◆ setChild()

setChild ( Child $child)

Writes child implementer to the copy queue.

Аргументы
Child$childChild implementer.

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

◆ setTargetIblockTypeId()

setTargetIblockTypeId ( $targetIblockTypeId)

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

◆ setTargetSocnetGroupId()

setTargetSocnetGroupId ( $targetSocnetGroupId)

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

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

◆ $cacheManager

$cacheManager
protected

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

◆ IBLOCK_COPY_ERROR

const IBLOCK_COPY_ERROR = "IBLOCK_COPIER_ERROR"

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