1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
AnchorFeature.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Im\V2\Anchor;
6
7
use Bitrix\Main\Config\Option;
8
9
class
AnchorFeature
10
{
11
public
static
function
isOn
(): bool
12
{
13
return
Option::get(
'im'
,
'anchor_enabled'
,
'Y'
) ===
'Y'
;
14
}
15
}
Bitrix\Im\V2\Anchor\AnchorFeature
Определения
AnchorFeature.php:10
Bitrix\Im\V2\Anchor\AnchorFeature\isOn
static isOn()
Определения
AnchorFeature.php:11
bitrix
modules
im
lib
V2
Anchor
AnchorFeature.php
Создано системой
1.14.0