1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
section.php
См. документацию.
1<?php
2namespace Bitrix\Iblock\Copy;
3
4use Bitrix\Iblock\Copy\Implement\Section as SectionImplementer;
5use Bitrix\Main\Copy\EntityCopier;
6
7class Section extends EntityCopier
8{
9 public function __construct(SectionImplementer $implementer)
10 {
11 $implementer->setSectionCopier($this);
12
13 parent::__construct($implementer);
14 }
15}
__construct(SectionImplementer $implementer)
Определения section.php:9