Открытые члены | |
setChild (Child $child) | |
setSectionCopier (SectionCopier $sectionCopier) | |
setChangedFields ($changedFields) | |
setChangedFieldsForChildSections ($changedFieldsForChildSections) | |
add (Container $container, array $fields) | |
getFields (Container $container, $entityId) | |
prepareFieldsToCopy (Container $container, array $fields) | |
copyChildren (Container $container, $sectionId, $copiedSectionId) | |
Открытые члены унаследованные от CopyImplementer | |
__construct () | |
getErrors () | |
setUserFieldManager (\CUserTypeManager $userTypeManager) | |
setUfIgnoreList (array $ufIgnoreList) | |
setExecutiveUserId (int $executiveUserId) | |
Открытые атрибуты | |
const | SECTION_COPY_ERROR = "SECTION_COPY_ERROR" |
Дополнительные унаследованные члены | |
Защищенные члены унаследованные от CopyImplementer | |
copyUfFields (int $entityId, int $copiedEntityId, string $ufObject) | |
getResult (array $results=[]) | |
Защищенные данные унаследованные от CopyImplementer | |
$result | |
$userTypeManager | |
$ufIgnoreList = [] | |
$executiveUserId | |
См. определение в файле section.php строка 13
add | ( | Container | $container, |
array | $fields ) |
Adds entity.
Container | $container | |
array | $fields |
Переопределяет метод предка CopyImplementer.
См. определение в файле section.php строка 68
copyChildren | ( | Container | $container, |
$sectionId, | |||
$copiedSectionId ) |
Starts copying children entities.
Container | $container | |
int | $sectionId | Section id. |
int | $copiedSectionId | Copied section id. |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentOutOfRangeException
Переопределяет метод предка CopyImplementer.
См. определение в файле section.php строка 146
getFields | ( | Container | $container, |
$entityId ) |
Returns section fields.
Container | $container | |
int | $entityId |
Переопределяет метод предка CopyImplementer.
См. определение в файле section.php строка 95
prepareFieldsToCopy | ( | Container | $container, |
array | $fields ) |
Preparing data before creating a new entity.
Container | $container | |
array | $fields | List entity fields. |
Переопределяет метод предка CopyImplementer.
См. определение в файле section.php строка 108
setChangedFields | ( | $changedFields | ) |
См. определение в файле section.php строка 50
setChangedFieldsForChildSections | ( | $changedFieldsForChildSections | ) |
См. определение в файле section.php строка 55
setChild | ( | Child | $child | ) |
Writes child implementer to the copy queue.
Child | $child | Child implementer. |
См. определение в файле section.php строка 35
setSectionCopier | ( | SectionCopier | $sectionCopier | ) |
To copy child sections needs section copier.
SectionCopier | $sectionCopier | Section copier. |
См. определение в файле section.php строка 45
const SECTION_COPY_ERROR = "SECTION_COPY_ERROR" |
См. определение в файле section.php строка 15