Your IP : 172.70.127.67


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