Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
iservice.php
1<?
2
4
5interface IService
6{
11 public static function getEngineCode($type);
12
16 public static function getTypes();
17
22 public static function getAuthAdapter($type);
23}