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

	return new Result();
}