1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
License.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
8
9class License
10{
11 public function getRegion(): ?string
12 {
13 return Application::getInstance()->getLicense()->getRegion();
14 }
15}