Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
dispatcher.php
1<?php
2
3namespace Bitrix\Main;
4
8final class Dispatcher
9{
10 public function initialize()
11 {
12 }
13
14 public function getLicenseKey()
15 {
16 return Application::getInstance()->getLicense()->getKey();
17 }
18}