| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/iblock/lib/copy/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/iblock/lib/copy/section.php |
<?php
namespace Bitrix\Iblock\Copy;
use Bitrix\Iblock\Copy\Implement\Section as SectionImplementer;
use Bitrix\Main\Copy\EntityCopier;
class Section extends EntityCopier
{
public function __construct(SectionImplementer $implementer)
{
$implementer->setSectionCopier($this);
parent::__construct($implementer);
}
}