Bitrix API

ServiceMetaData

Table of Contents

Methods

create()  : static
create instance of ServiceMetaData
getClientId()  : int|string|null
Client id getter
getEngineCode()  : string|null
Engine code getter
getService()  : IInternalService|null
Service getter
getType()  : string|null
Type getter
setClientId()  : $this
Client id setter
setEngineCode()  : $this
Engine code setter
setService()  : $this
Service setter
setType()  : $this
Type setter

Methods

create()

create instance of ServiceMetaData

public static create() : static
Return values
static

getClientId()

Client id getter

public getClientId() : int|string|null
Return values
int|string|null

getEngineCode()

Engine code getter

public getEngineCode() : string|null
Return values
string|null

getType()

Type getter

public getType() : string|null
Return values
string|null

setClientId()

Client id setter

public setClientId(int $clientId) : $this
Parameters
$clientId : int
Return values
$this

setEngineCode()

Engine code setter

public setEngineCode(string $code) : $this
Parameters
$code : string
Return values
$this

setType()

Type setter

public setType(string $type) : $this
Parameters
$type : string
Return values
$this

        
On this page

Search results