Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
iinternalservice.php
1
<?php
2
3
namespace
Bitrix\Seo\BusinessSuite
;
4
5
use
Bitrix\Seo\Retargeting\IService
;
6
7
interface
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
}
Bitrix\Seo\BusinessSuite\IInternalService
Definition
iinternalservice.php:8
Bitrix\Seo\BusinessSuite\IInternalService\getTypeByEngine
static getTypeByEngine(string $engineCode)
Bitrix\Seo\BusinessSuite\IInternalService\getMethodPrefix
static getMethodPrefix()
Bitrix\Seo\BusinessSuite\IInternalService\canUseAsInternal
static canUseAsInternal()
Bitrix\Seo\Retargeting\IService
Definition
iservice.php:6
Bitrix\Seo\BusinessSuite
Definition
abstractbase.php:3
modules
seo
lib
businesssuite
iinternalservice.php
Создано системой
1.10.0