Bitrix API

Context

Table of Contents

Constants

CAT_EXTERNAL  = 1
PRIORITY_HIGH  = 1
PRIORITY_LOW  = 3
PRIORITY_NORMAL  = 2

Methods

__construct()  : mixed
getCallback()  : Config|null
Get callback config instance.
getCategory()  : int|null
getKeepAlive()  : string|null
getPriority()  : int|null
getSmtp()  : Config|null
setCallback()  : $this
Get callback config instance.
setCategory()  : $this
setKeepAlive()  : mixed
setPriority()  : $this
setSmtp()  : $this

Constants

CAT_EXTERNAL

public mixed CAT_EXTERNAL = 1

PRIORITY_HIGH

public mixed PRIORITY_HIGH = 1

PRIORITY_LOW

public mixed PRIORITY_LOW = 3

PRIORITY_NORMAL

public mixed PRIORITY_NORMAL = 2

Methods

__construct()

public __construct([array<string|int, mixed> $params = null ]) : mixed
Parameters
$params : array<string|int, mixed> = null

getCallback()

Get callback config instance.

public getCallback() : Config|null
Return values
Config|null

getCategory()

public getCategory() : int|null
Return values
int|null

getKeepAlive()

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

getPriority()

public getPriority() : int|null
Return values
int|null

setCallback()

Get callback config instance.

public setCallback(Config $config) : $this
Parameters
$config : Config

Callback config instance.

Return values
$this

setCategory()

public setCategory(int $category) : $this
Parameters
$category : int

See Context CAT_* constants.

Return values
$this

setKeepAlive()

public setKeepAlive(string|null $keepAlive) : mixed
Parameters
$keepAlive : string|null

setPriority()

public setPriority(int $priority) : $this
Parameters
$priority : int

See Context PRIORITY_* constants.

Return values
$this

setSmtp()

public setSmtp(Config $config) : $this
Parameters
$config : Config

Smtp config.

Return values
$this

        
On this page

Search results