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

	return new Result();
}