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

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

static getValues ()
 
static getList ()
 
static getFullList ()
 
static getTitledList ()
 
static getTitleById ($id)
 

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

const RADIO = 0
 
const CHECKBOX = 1
 
const DROPDOWN = 2
 
const MULTISELECT = 3
 
const COMPATIBILITY = 99999
 

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

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

Методы

◆ getFullList()

static getFullList ( )
static

Gets types list

Возвращает
array

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

◆ getList()

static getList ( )
static

Gets types list

Возвращает
array

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

◆ getTitleById()

static getTitleById ( $id)
static

Returns type title

Аргументы
(int|string)$id Field type like (0 - radio).
Возвращает
string

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

◆ getTitledList()

static getTitledList ( )
static

Returns array of types

Возвращает
array

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

◆ getValues()

static getValues ( )
static

Gets types brief list

Возвращает
array

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

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

◆ CHECKBOX

const CHECKBOX = 1

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

◆ COMPATIBILITY

const COMPATIBILITY = 99999

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

◆ DROPDOWN

const DROPDOWN = 2

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

◆ MULTISELECT

const MULTISELECT = 3

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

◆ RADIO

const RADIO = 0

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