• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/uf/manager.php
  • Класс: BitrixVoteUfManager
  • Вызов: Manager::showView
public function showView(&$params, &$result, $component = null)
{
	global $APPLICATION;
	$APPLICATION->IncludeComponent(
		"bitrix:voting.uf",
		".default",
		array(
			"PARAMS" => $params,
			"RESULT" => $result
		),
		$component,
		array("HIDE_ICONS" => "Y")
	);
}