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

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

	return $containerCollection;
}