Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
actions.php
1
<?
2
3
namespace
Bitrix\Main\UI\Filter
;
4
5
10
class
Actions
11
{
12
const
SET_FILTER
=
"SET_FILTER"
;
13
const
REMOVE_FILTER
=
"REMOVE_FILTER"
;
14
const
SET_FILTER_ARRAY
=
"SET_FILTER_ARRAY"
;
15
const
RESTORE_FILTER
=
"RESTORE_FILTER"
;
16
const
SET_TMP_PRESET
=
"SET_TMP_PRESET"
;
17
const
PIN_PRESET
=
"PIN_PRESET"
;
18
19
24
public
static
function
getList
()
25
{
26
$reflection = new \ReflectionClass(__CLASS__);
27
return
$reflection->getConstants();
28
}
29
}
Bitrix\Main\UI\Filter\Actions
Definition
actions.php:11
Bitrix\Main\UI\Filter\Actions\PIN_PRESET
const PIN_PRESET
Definition
actions.php:17
Bitrix\Main\UI\Filter\Actions\SET_FILTER
const SET_FILTER
Definition
actions.php:12
Bitrix\Main\UI\Filter\Actions\SET_TMP_PRESET
const SET_TMP_PRESET
Definition
actions.php:16
Bitrix\Main\UI\Filter\Actions\REMOVE_FILTER
const REMOVE_FILTER
Definition
actions.php:13
Bitrix\Main\UI\Filter\Actions\SET_FILTER_ARRAY
const SET_FILTER_ARRAY
Definition
actions.php:14
Bitrix\Main\UI\Filter\Actions\RESTORE_FILTER
const RESTORE_FILTER
Definition
actions.php:15
Bitrix\Main\UI\Filter\Actions\getList
static getList()
Definition
actions.php:24
Bitrix\Main\UI\Filter
Definition
actions.php:3
modules
main
lib
ui
filter
actions.php
Создано системой
1.10.0