1C-Bitrix 25.700.0
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}
const PIN_PRESET
Определения actions.php:17
const SET_FILTER
Определения actions.php:12
const SET_TMP_PRESET
Определения actions.php:16
const REMOVE_FILTER
Определения actions.php:13
const SET_FILTER_ARRAY
Определения actions.php:14
const RESTORE_FILTER
Определения actions.php:15
static getList()
Определения actions.php:24
Определения actions.php:3