Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
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}