Your IP : 3.147.54.52


Current Path : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/modules/iblock/lib/copy/
Upload File :
Current File : /var/www/www-root/data/www.catalog.monolith-realty.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);
	}
}