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

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

	return $containerCollection;
}