Section::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. iblock
  3. Section
  4. __construct
  • Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/copy/section.php
  • Класс: Bitrix\Iblock\Copy\Section
  • Вызов: Section::__construct
public function __construct(SectionImplementer $implementer)
{
	$implementer->setSectionCopier($this);

	parent::__construct($implementer);
}

Добавить комментарий