1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
label.php
См. документацию.
1<?php
2
4
5use Bitrix\Bitrix24\License;
8
9class Label
10{
11 public static function isRenamedMarket(): bool
12 {
13 return Loader::includeModule('bitrix24')
14 && License::getCurrent()->getRegion() === 'ru'
15 || Application::getInstance()->getLicense()->getRegion() === 'ru';
16 }
17}
Определения loader.php:13
static isRenamedMarket()
Определения label.php:11