Service implements IService, IInternalService
FinalYes
Table of Contents
Interfaces
Constants
- GROUP = 'catalog'
- TYPE_FACEBOOK = 'facebook'
Methods
- canUseAsInternal() : bool
- check if service can use as internal
- getAuthAdapter() : AuthAdapter
- getCatalog() : Catalog
- getEngineCode() : string
- getInstance() : static
- getMethodPrefix() : string
- get seoproxy method prefix
- getTypeByEngine() : string|null
- get type by engineCode
- getTypes() : array<string|int, mixed>
Constants
GROUP
public
mixed
GROUP
= 'catalog'
TYPE_FACEBOOK
public
mixed
TYPE_FACEBOOK
= 'facebook'
Methods
canUseAsInternal()
check if service can use as internal
public
static canUseAsInternal() : bool
Tags
Return values
boolgetAuthAdapter()
public
static getAuthAdapter(mixed $type) : AuthAdapter
Parameters
- $type : mixed
Tags
Return values
AuthAdaptergetCatalog()
public
getCatalog(string $type) : Catalog
Parameters
- $type : string
Return values
CataloggetEngineCode()
public
static getEngineCode(mixed $type) : string
Parameters
- $type : mixed
Tags
Return values
stringgetInstance()
public
static getInstance() : static
Return values
staticgetMethodPrefix()
get seoproxy method prefix
public
static getMethodPrefix() : string
Tags
Return values
stringgetTypeByEngine()
get type by engineCode
public
static getTypeByEngine(string $engineCode) : string|null
Parameters
- $engineCode : string
Tags
Return values
string|nullgetTypes()
public
static getTypes() : array<string|int, mixed>