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

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

static isDynamicEnabled (string $code, array $params)
 
static isDesignerAllowed ()
 

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

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

Методы

◆ isDesignerAllowed()

static isDesignerAllowed ( )
static

Checks restriction for Designer Block (Superblock).

Возвращает
bool

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

◆ isDynamicEnabled()

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

Checks dynamic block restriction.

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

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