Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
iinternalservice.php
1<?php
2
4
6
7interface IInternalService extends IService
8{
16 public static function getTypeByEngine(string $engineCode) : ?string;
17
22 public static function canUseAsInternal() : bool;
23
28 public static function getMethodPrefix() : string;
29}
static getTypeByEngine(string $engineCode)