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