Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
iservice.php
1<?php
2
3namespace Bitrix\Seo\Checkout;
4
9interface IService
10{
15 public static function getEngineCode($type);
16
20 public static function getTypes();
21
26 public static function getAuthAdapter($type);
27}