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

	return $arSupportType;
}