• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/copy/implement/question.php
  • Класс: BitrixVoteCopyImplementQuestion
  • Вызов: Question::copyChildren
public function copyChildren(Container $container, $entityId, $copiedEntityId)
{
	$results = [];

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

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