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

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

static isDefined ($typeId)
 
static resolveId ($name)
 
static resolveName ($typeId)
 
static getDescription ($typeId)
 
static getAllDescriptions ()
 

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

const UNDEFINED = 0
 
const SUCCESS = 1
 
const PROCESS = 2
 
const FAULTY = 3
 
const SUCCESS_NAME = 'S'
 
const PROCESS_NAME = 'P'
 
const FAULTY_NAME = 'F'
 

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

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

Методы

◆ getAllDescriptions()

static getAllDescriptions ( )
static

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

◆ getDescription()

static getDescription ( $typeId)
static

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

◆ isDefined()

static isDefined ( $typeId)
static

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

◆ resolveId()

static resolveId ( $name)
static

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

◆ resolveName()

static resolveName ( $typeId)
static

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

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

◆ FAULTY

const FAULTY = 3

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

◆ FAULTY_NAME

const FAULTY_NAME = 'F'

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

◆ PROCESS

const PROCESS = 2

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

◆ PROCESS_NAME

const PROCESS_NAME = 'P'

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

◆ SUCCESS

const SUCCESS = 1

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

◆ SUCCESS_NAME

const SUCCESS_NAME = 'S'

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

◆ UNDEFINED

const UNDEFINED = 0

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