• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/copy/implement/children/element.php
  • Класс: BitrixIblockCopyImplementChildrenElement
  • Вызов: Element::copy
public function copy($entityId, $copiedEntityId): Result
{
	if ($this->copyMode == self::SECTION_COPY_MODE)
	{
		return $this->copySectionElements($entityId, $copiedEntityId);
	}
	else
	{
		return $this->copyIblockElements($entityId, $copiedEntityId);
	}
}