• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/ratings_components.php
  • Класс: CAllRatingsComponentsIntranet
  • Вызов: CAllRatingsComponentsIntranet::OnGetRatingObject
static function OnGetRatingObject()
{
	$arRatingConfigs = CRatingsComponentsIntranet::OnGetRatingConfigs();
	foreach ($arRatingConfigs["COMPONENT"] as $SupportType => $value)
		$arSupportType[] = $SupportType;
		
	return $arSupportType;
}