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