Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
eventlimits.php
1
<?php
8
namespace
Bitrix\Vote\Vote
;
9
10
class
EventLimits
11
{
12
const
BY_SESSION
= 1;
13
const
BY_COOKIE
= 2;
14
const
BY_IP
= 4;
15
const
BY_USER_AUTH
= 8;
16
const
BY_USER_DATE_REGISTER
= 16;
17
const
BY_USER_ID
= 32;
22
public
static
function
getList
()
23
{
24
return
(
new
\ReflectionClass(__CLASS__))->getConstants();
25
}
26
}
Bitrix\Vote\Vote\EventLimits
Definition
eventlimits.php:11
Bitrix\Vote\Vote\EventLimits\BY_USER_ID
const BY_USER_ID
Definition
eventlimits.php:17
Bitrix\Vote\Vote\EventLimits\BY_SESSION
const BY_SESSION
Definition
eventlimits.php:12
Bitrix\Vote\Vote\EventLimits\BY_USER_DATE_REGISTER
const BY_USER_DATE_REGISTER
Definition
eventlimits.php:16
Bitrix\Vote\Vote\EventLimits\BY_COOKIE
const BY_COOKIE
Definition
eventlimits.php:13
Bitrix\Vote\Vote\EventLimits\BY_IP
const BY_IP
Definition
eventlimits.php:14
Bitrix\Vote\Vote\EventLimits\BY_USER_AUTH
const BY_USER_AUTH
Definition
eventlimits.php:15
Bitrix\Vote\Vote\EventLimits\getList
static getList()
Definition
eventlimits.php:22
Bitrix\Vote\Vote
Definition
anonymity.php:8
modules
vote
lib
vote
eventlimits.php
Создано системой
1.10.0