|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| setTargetSiteId (int $targetSiteId) | |
| add (Container $container, array $fields) | |
| getFields (Container $container, $landingId) | |
| prepareFieldsToCopy (Container $container, array $fields) | |
| copyChildren (Container $container, $landingId, $copiedLandingId) | |
| Открытые члены унаследованные от CopyImplementer | |
| getErrors () | |
| setUserFieldManager (\CUserTypeManager $userTypeManager) | |
| setUfIgnoreList (array $ufIgnoreList) | |
| setExecutiveUserId (int $executiveUserId) | |
Дополнительные унаследованные члены | |
| Защищенные члены унаследованные от CopyImplementer | |
| copyUfFields (int $entityId, int $copiedEntityId, string $ufObject) | |
| getResult (array $results=[]) | |
| Защищенные данные унаследованные от CopyImplementer | |
| $result | |
| $userTypeManager | |
| $ufIgnoreList = [] | |
| $executiveUserId | |
См. определение в файле landing.php строка 19
| __construct | ( | ) |
Переопределяет метод предка CopyImplementer.
См. определение в файле landing.php строка 24
Adds landing.
| Container | $container | Container with data that is needed in the process of copying the entity. |
| array | $fields | The landing fields. |
Переопределяет метод предка CopyImplementer.
См. определение в файле landing.php строка 45
| copyChildren | ( | Container | $container, |
| $landingId, | |||
| $copiedLandingId ) |
Starts copying children entities.
| Container | $container | |
| int | $landingId | Landing id. |
| int | $copiedLandingId | Copied landing id. |
Переопределяет метод предка CopyImplementer.
См. определение в файле landing.php строка 108
| getFields | ( | Container | $container, |
| $landingId ) |
Returns landing fields.
| Container | $container | Container with data that is needed in the process of copying the entity. |
| int | $landingId | Landing id. |
Переопределяет метод предка CopyImplementer.
См. определение в файле landing.php строка 69
Preparing data before creating a new landing.
| Container | $container | Container with data that is needed in the process of copying the entity. |
| array | $fields | List landing fields. |
Переопределяет метод предка CopyImplementer.
См. определение в файле landing.php строка 85
| setTargetSiteId | ( | int | $targetSiteId | ) |
Set $targetSiteId if you want copy in another site.
| int | $targetSiteId |
См. определение в файле landing.php строка 33