1C-Bitrix 25.700.0
|
Открытые члены | |
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
Adds iblock.
Container | $container | Storage. |
array | $fields | Fields list. |
Переопределяет метод предка CopyImplementer.
Переопределяется в Iblock.
См. определение в файле iblock.php строка 77
|
protected |
Переопределяется в Iblock.
См. определение в файле iblock.php строка 202
copyChildren | ( | Container | $container, |
$entityId, | |||
$copiedEntityId ) |
Starts copying children entities.
Container | $container | Storage. |
int | $entityId | Source iblock id. |
int | $copiedEntityId | Destination iblock id. |
Переопределяет метод предка CopyImplementer.
Переопределяется в Iblock.
См. определение в файле iblock.php строка 171
getFields | ( | Container | $container, |
$entityId ) |
Returns iblock fields.
Container | $container | Storage. |
int | $entityId | Iblock id. |
Переопределяет метод предка CopyImplementer.
См. определение в файле iblock.php строка 109
|
protected |
Переопределяется в Iblock.
См. определение в файле iblock.php строка 210
Preparing data before creating a new iblock.
Container | $container | Storage. |
array | $fields | List iblock fields. |
Переопределяет метод предка CopyImplementer.
См. определение в файле iblock.php строка 156
setCacheManager | ( | \CCacheManager | $cacheManager | ) |
Set cache manager object.
mixed | $cacheManager | Cache manager object. |
См. определение в файле iblock.php строка 65
setChild | ( | Child | $child | ) |
Writes child implementer to the copy queue.
Child | $child | Child implementer. |
См. определение в файле iblock.php строка 32
setTargetIblockTypeId | ( | $targetIblockTypeId | ) |
Set destination iblock type.
string | $targetIblockTypeId | Iblock type id. |
См. определение в файле iblock.php строка 43
setTargetSocnetGroupId | ( | $targetSocnetGroupId | ) |
Set destination socialnetwork group, if exists.
int | $targetSocnetGroupId | Socialnetwork group id. |
См. определение в файле iblock.php строка 54
|
protected |
См. определение в файле iblock.php строка 23
const IBLOCK_COPY_ERROR = "IBLOCK_COPIER_ERROR" |
См. определение в файле iblock.php строка 15