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

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

static onBuildBindingMenu (\Bitrix\Main\Event $event)
 

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

const PATH_SERVICE_LIST = 'kb/binding/menu/'
 

Защищенные статические члены

static getMenuItemBind (string $bindCode)
 
static getMenuItemUnbind (string $bindCode, string $entityId, string $title)
 

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

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

Методы

◆ getMenuItemBind()

static getMenuItemBind ( string $bindCode)
staticprotected

Returns one service menu item for bind entity.

Аргументы
string$bindCodeBinding code.
Возвращает
array

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

◆ getMenuItemUnbind()

static getMenuItemUnbind ( string $bindCode,
string $entityId,
string $title )
staticprotected

Returns one service menu item for unbind entity.

Аргументы
string$bindCodeBinding code.
string$entityIdEntity id.
string$titleCustom title.
Возвращает
array

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

◆ onBuildBindingMenu()

static onBuildBindingMenu ( \Bitrix\Main\Event $event)
static

Returns menu items for different binding places in Intranet.

Аргументы
\Bitrix\Main\Event$eventEvent instance.
Возвращает
array

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

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

◆ PATH_SERVICE_LIST

const PATH_SERVICE_LIST = 'kb/binding/menu/'

Service component paths.

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