1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
leftmenupreset.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Integration\Bitrix24;
4
5
use Bitrix\Bitrix24\Preset\PresetSocialAI;
6
use Bitrix\Main\Loader;
7
8
class
LeftMenuPreset
9
{
10
public
function
getSocialAiCode
(): ?string
11
{
12
if
(!Loader::includeModule(
'bitrix24'
))
13
{
14
return
null
;
15
}
16
17
return
PresetSocialAI::CODE;
18
}
19
}
Bitrix\Socialnetwork\Integration\Bitrix24\LeftMenuPreset
Определения
leftmenupreset.php:9
Bitrix\Socialnetwork\Integration\Bitrix24\LeftMenuPreset\getSocialAiCode
getSocialAiCode()
Определения
leftmenupreset.php:10
bitrix
modules
socialnetwork
lib
integration
bitrix24
leftmenupreset.php
Создано системой
1.14.0