• Модуль: controller
  • Путь к файлу: ~/bitrix/modules/controller/classes/general/controllergroup.php
  • Класс: CControllerGroupSettings
  • Вызов: CControllerGroupSettings::GetModules
static function GetModules()
{
	$arInfo = CControllerGroupSettings::GetData();
	$arModules = Array();
	foreach ($arInfo as $mname => $arProp)
	{
		$arModules[$mname] = $arProp["name"];
	}
	return $arModules;
}