Bitrix API

ServiceWrapper implements IService, IMultiClientService, IInternalService

Table of Contents

Interfaces

IService
IMultiClientService
IInternalService

Methods

canUseAsInternal()  : bool
check if service can use as internal
canUseMultipleClients()  : bool|null
Can user multiple clients
getAuthAdapter()  : BusinessAuthAdapter
getClientId()  : string
Get client id
getEngineCode()  : string|null
getInstance()  : static
Get instance of service Wrapper
getMetaData()  : ServiceMetaData|null
get service meta
getMethodPrefix()  : string
get seoproxy method prefix
getTypeByEngine()  : string|null
get type by engineCode
getTypes()  : array<string|int, mixed>|null
setClientId()  : mixed|void
Set client id.
setMeta()  : ServiceWrapper
set service meta

Methods

canUseAsInternal()

check if service can use as internal

public static canUseAsInternal() : bool
Tags
inheritDoc
Return values
bool

canUseMultipleClients()

Can user multiple clients

public static canUseMultipleClients() : bool|null
Return values
bool|null

getClientId()

Get client id

public getClientId() : string
Return values
string

getEngineCode()

public static getEngineCode(string $type) : string|null
Parameters
$type : string
Return values
string|null

getInstance()

Get instance of service Wrapper

public static getInstance() : static
Return values
static

getMethodPrefix()

get seoproxy method prefix

public static getMethodPrefix() : string
Tags
inheritDoc
Return values
string

getTypeByEngine()

get type by engineCode

public static getTypeByEngine(string $engineCode) : string|null
Parameters
$engineCode : string
Tags
inheritDoc
Return values
string|null

getTypes()

public static getTypes() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setClientId()

Set client id.

public setClientId(string $clientId) : mixed|void
Parameters
$clientId : string
Tags
throws
NotImplementedException
Return values
mixed|void

        
On this page

Search results