Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ClassConstant
+ Граф наследования:ClassConstant:

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

static getName ($id)
 
static getList ()
 
static getCodes ()
 
static getNamedList ()
 
static getNamedCodes ()
 
static getId ($code)
 
static getCode ($id)
 

Защищенные статические члены

static getConstants ()
 

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

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

Методы

◆ getCode()

static getCode ( $id)
static

Get code.

Аргументы
integer$idID.
Возвращает
string|null

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

◆ getCodes()

static getCodes ( )
static

Get codes.

Возвращает
array

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

◆ getConstants()

static getConstants ( )
staticprotected

Get class constants.

Возвращает
array

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

◆ getId()

static getId ( $code)
static

Get ID.

Аргументы
string$codeCode.
Возвращает
integer|null

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

◆ getList()

static getList ( )
static

Get list.

Возвращает
array

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

◆ getName()

static getName ( $id)
static

Get caption.

Аргументы
integer$idID.
Возвращает
integer|null

Переопределяется в Agent, Type, Category и Type.

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

◆ getNamedCodes()

static getNamedCodes ( )
static

Get named list.

Возвращает
array

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

◆ getNamedList()

static getNamedList ( )
static

Get named list.

Возвращает
array

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