1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
iinternalservice.php
См. документацию.
1<?php
2
3namespace Bitrix\Seo\BusinessSuite;
4
5use Bitrix\Seo\Retargeting\IService;
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)