• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/copy/implement/template.php
  • Класс: BitrixTasksCopyImplementTemplate
  • Вызов: Template::copyChildren
public function copyChildren(Container $container, $entityId, $copiedEntityId)
{
	$this->copyUfFields($entityId, $copiedEntityId, $this->ufEntityObject);

	$results = [];

	$results[] = $this->copyChildTemplate($entityId, $copiedEntityId);

	return $this->getResult($results);
}