• Модуль: photogallery
  • Путь к файлу: ~/bitrix/modules/photogallery/lib/copy/integration/group.php
  • Класс: BitrixPhotogalleryCopyIntegrationGroup
  • Вызов: Group::getNewSectionName
private function getNewSectionName($copiedGroupId)
{
	$fields = CSocNetGroup::getByID($copiedGroupId);
	return Loc::getMessage("GROUP_FEATURE_SECTION_NAME_PREFIX").$fields["NAME"];
}