• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/copy/manager.php
  • Класс: BitrixVoteCopyManager
  • Вызов: Manager::getContainerCollection
private function getContainerCollection()
{
	$containerCollection = new ContainerCollection();

	foreach ($this->voteIdsToCopy as $id)
	{
		$containerCollection[] = new Container($id);
	}

	return $containerCollection;
}