...Человеческий поиск в разработке...
- Модуль: vote
- Путь к файлу: ~/bitrix/modules/vote/lib/copy/implement/vote.php
- Класс: BitrixVoteCopyImplementVote
- Вызов: Vote::copyChildren
public function copyChildren(Container $container, $entityId, $copiedEntityId) { $results = []; $results[] = $this->copyQuestion($entityId, $copiedEntityId); $result = $this->getResult($results); if (!$this->resetVotingResult) { $this->copyEvents($entityId, $copiedEntityId, $result); } return $result; }