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