IInternalService extends IService
Table of Contents
Methods
- canUseAsInternal() : bool
- check if service can use as internal
- getAuthAdapter() : AuthAdapter
- getEngineCode() : string
- getMethodPrefix() : string
- get seoproxy method prefix
- getTypeByEngine() : string|null
- get type by engineCode
- getTypes() : array<string|int, mixed>
Methods
canUseAsInternal()
check if service can use as internal
public
static canUseAsInternal() : bool
Return values
boolgetAuthAdapter()
public
static getAuthAdapter(string $type) : AuthAdapter
Parameters
- $type : string
Return values
AuthAdaptergetEngineCode()
public
static getEngineCode(string $type) : string
Parameters
- $type : string
Return values
stringgetMethodPrefix()
get seoproxy method prefix
public
static getMethodPrefix() : string
Return values
stringgetTypeByEngine()
get type by engineCode
public
static getTypeByEngine(string $engineCode) : string|null
Parameters
- $engineCode : string
Return values
string|nullgetTypes()
public
static getTypes() : array<string|int, mixed>