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

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

static getFinishStates ()
 
static getReadyStates ()
 
static getWorkStates ()
 
static getStates ($semanticId)
 

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

const FINISHED = 1
 
const READY = 2
 
const WORKING = 3
 

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

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

Методы

◆ getFinishStates()

static getFinishStates ( )
static

Get finish states.

Возвращает
array

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

◆ getReadyStates()

static getReadyStates ( )
static

Get ready states.

Возвращает
array

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

◆ getStates()

static getStates ( $semanticId)
static

Get states by semantic ID.

Аргументы
integer$semanticIdSemantic ID.
Возвращает
array

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

◆ getWorkStates()

static getWorkStates ( )
static

Get work states.

Возвращает
array

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

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

◆ FINISHED

const FINISHED = 1

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

◆ READY

const READY = 2

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

◆ WORKING

const WORKING = 3

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