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

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

static getDocumentsInCallStatus ()
 
static getResumesOfCallStatus ()
 

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

const DISABLED = 'N'
 
const ENABLED = 'Y'
 
const LIMITED = 'L'
 

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

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

Методы

◆ getDocumentsInCallStatus()

static getDocumentsInCallStatus ( )
static

Return feature status for the feature "Bitrix24.Documents". Returns:

  • 'N' if feature is not available and should be hidden
  • 'Y' if feature is fully available
  • 'L.<infoheler article code>' - if feature is limited by portal's plan
Возвращает
string
Исключения

Bitrix\Main\LoaderException

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

◆ getResumesOfCallStatus()

static getResumesOfCallStatus ( )
static

Return feature status for the feature "Call resumes". Returns:

  • 'N' if feature is not available and should not be displayed
  • 'Y' if feature is fully available
  • 'L.<infoheler article code>' - if feature is limited by portal's plan
Возвращает
string
Исключения

Bitrix\Main\LoaderException

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

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

◆ DISABLED

const DISABLED = 'N'

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

◆ ENABLED

const ENABLED = 'Y'

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

◆ LIMITED

const LIMITED = 'L'

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