BlogComment::copyChildren

  1. Bitrix24 API (v. 23.675.0)
  2. blog
  3. BlogComment
  4. copyChildren
  • Модуль: 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();
}

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