1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
option.php
См. документацию.
1<?php
8namespace Bitrix\Vote\Vote;
9
10class Option
11{
12 const ALLOW_REVOTE = 1;
13 const HIDE_RESULT = 2;
18 public static function getList()
19 {
20 return (new \ReflectionClass(__CLASS__))->getConstants();
21 }
22}
const HIDE_RESULT
Определения option.php:13
const ALLOW_REVOTE
Определения option.php:12
static getList()
Определения option.php:18