1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
Extranet.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Collab\Integration\Extranet
;
6
7
use
Bitrix\Main\Loader
;
8
use CExtranet;
9
10
class
Extranet
11
{
12
public
const
EXTRANET_SITE_NAME
=
'extranet'
;
13
14
public
static
function
getSiteId
(): string
15
{
16
if
(!Loader::includeModule(
'extranet'
))
17
{
18
return
''
;
19
}
20
21
return
(
string
)CExtranet::GetExtranetSiteID();
22
}
23
24
public
static
function
getSiteName
(): string
25
{
26
if
(!Loader::includeModule(
'extranet'
))
27
{
28
return
''
;
29
}
30
31
return
static::EXTRANET_SITE_NAME;
32
}
33
}
Bitrix\Main\Loader
Определения
loader.php:13
Bitrix\Socialnetwork\Collab\Integration\Extranet\Extranet
Определения
Extranet.php:11
Bitrix\Socialnetwork\Collab\Integration\Extranet\Extranet\EXTRANET_SITE_NAME
const EXTRANET_SITE_NAME
Определения
Extranet.php:12
Bitrix\Socialnetwork\Collab\Integration\Extranet\Extranet\getSiteName
static getSiteName()
Определения
Extranet.php:24
Bitrix\Socialnetwork\Collab\Integration\Extranet\Extranet\getSiteId
static getSiteId()
Определения
Extranet.php:14
Bitrix\Socialnetwork\Collab\Integration\Extranet
Определения
Extranet.php:5
bitrix
modules
socialnetwork
lib
Collab
Integration
Extranet
Extranet.php
Создано системой
1.14.0