Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс NumberType

Открытые статические члены

static getList ()
 
static getPostfix ()
 
static getLogicFilter (array $data, array $filterFields)
 

Открытые атрибуты

const SINGLE = "exact"
 
const RANGE = "range"
 
const MORE = "more"
 
const LESS = "less"
 

Подробное описание

См. определение в файле numbertype.php строка 10

Методы

◆ getList()

static getList ( )
static

Gets number field types list

Возвращает
array

См. определение в файле numbertype.php строка 22

◆ getLogicFilter()

static getLogicFilter ( array $data,
array $filterFields )
static

Search in plain array data that can belongs to this type.

Аргументы
array$data
array$filterFields
Возвращает
array

См. определение в файле numbertype.php строка 43

◆ getPostfix()

static getPostfix ( )
static

Returns postfix for request.

Возвращает
string

См. определение в файле numbertype.php строка 32

Данные класса

◆ LESS

const LESS = "less"

См. определение в файле numbertype.php строка 15

◆ MORE

const MORE = "more"

См. определение в файле numbertype.php строка 14

◆ RANGE

const RANGE = "range"

См. определение в файле numbertype.php строка 13

◆ SINGLE

const SINGLE = "exact"

См. определение в файле numbertype.php строка 12