# VoteUserType::getPublicViewHTML()

URL: https://chugunov.pro/api-bitrix/vote/uf/voteusertype/getpublicviewhtml/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Vote\Uf\VoteUserType`](https://chugunov.pro/api-bitrix/vote/uf/voteusertype/)
Модуль: Vote.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static getPublicViewHTML(array<string|int, mixed> $userField, mixed $value) : string
```

## Параметры

- `$userField` `array<string|int, mixed>` — обязательный. Массив UserField.
- `$value` `mixed` — обязательный. Значение для голосования.

## Возвращаемое значение

`string`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Vote-Uf-VoteUserType.html
