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