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

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

static isViewAllowed (string $code, array $params)
 
static isAllowedInGroup ()
 

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

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

Методы

◆ isAllowedInGroup()

static isAllowedInGroup ( )
static

Checks restriction for Knowledge in Group / Project.

Возвращает
bool

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

◆ isViewAllowed()

static isViewAllowed ( string $code,
array $params )
static

Checks restriction for accessing to view knowledge base.

Аргументы
string$codeRestriction code (not used here).
array$paramsAdditional params.
Возвращает
bool

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