1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
abstractimservice.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Integration\Im
;
4
5
use
Bitrix\Main\Loader
;
6
use
Bitrix\Main\LoaderException
;
7
use
Bitrix\Main\NotSupportedException
;
8
9
abstract
class
AbstractImService
10
{
14
final
protected
function
__construct
()
15
{
16
if
(!Loader::includeModule(
'im'
))
17
{
18
throw
new
NotSupportedException
(
'IM module is not installed'
);
19
}
20
}
21
}
Bitrix\Calendar\Integration\Im\AbstractImService
Определения
abstractimservice.php:10
Bitrix\Calendar\Integration\Im\AbstractImService\__construct
__construct()
Определения
abstractimservice.php:14
Bitrix\Main\LoaderException
Определения
loader.php:659
Bitrix\Main\Loader
Определения
loader.php:13
Bitrix\Main\NotSupportedException
Определения
NotSupportedException.php:9
Bitrix\Calendar\Integration\Im
Определения
abstractimservice.php:3
bitrix
modules
calendar
lib
integration
im
abstractimservice.php
Создано системой
1.14.0