Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Context

Открытые члены

 __construct (array $params=null)
 
 setCategory ($category)
 
 getCategory ()
 
 setSmtp (Smtp\Config $config)
 
 getSmtp ()
 
 setPriority ($priority)
 
 getPriority ()
 
 setCallback (Callback\Config $config)
 
 getCallback ()
 
 getKeepAlive ()
 
 setKeepAlive (?string $keepAlive)
 

Открытые атрибуты

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

Защищенные данные

 $category
 
 $priority
 
 $smtp
 
 $callback
 
 $keepAlive
 

Подробное описание

См. определение в файле context.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( array $params = null)

См. определение в файле context.php строка 28

Методы

◆ getCallback()

getCallback ( )

Get callback config instance.

Возвращает
Callback\Config|null

См. определение в файле context.php строка 114

◆ getCategory()

getCategory ( )
Возвращает
int|null

См. определение в файле context.php строка 56

◆ getKeepAlive()

getKeepAlive ( )
Возвращает
string | null

См. определение в файле context.php строка 122

◆ getPriority()

getPriority ( )
Возвращает
int|null

См. определение в файле context.php строка 92

◆ getSmtp()

getSmtp ( )
Возвращает
Smtp\Config|null

См. определение в файле context.php строка 74

◆ setCallback()

setCallback ( Callback\Config $config)

Get callback config instance.

Аргументы
Callback\Config$configCallback config instance.
Возвращает
$this

См. определение в файле context.php строка 103

◆ setCategory()

setCategory ( $category)
Аргументы
int$categorySee Context CAT_* constants.
Возвращает
$this

См. определение в файле context.php строка 47

◆ setKeepAlive()

setKeepAlive ( ?string $keepAlive)
Аргументы
string  |  null$keepAlive

См. определение в файле context.php строка 130

◆ setPriority()

setPriority ( $priority)
Аргументы
int$prioritySee Context PRIORITY_* constants.
Возвращает
$this

См. определение в файле context.php строка 83

◆ setSmtp()

setSmtp ( Smtp\Config $config)
Аргументы
Smtp\Config$configSmtp config.
Возвращает
$this

См. определение в файле context.php строка 65

Данные класса

◆ $callback

Callback Config $callback
protected

См. определение в файле context.php строка 24

◆ $category

$category
protected

См. определение в файле context.php строка 17

◆ $keepAlive

$keepAlive
protected

См. определение в файле context.php строка 26

◆ $priority

$priority
protected

См. определение в файле context.php строка 18

◆ $smtp

Smtp Config null $smtp
protected

См. определение в файле context.php строка 21

◆ CAT_EXTERNAL

const CAT_EXTERNAL = 1

См. определение в файле context.php строка 12

◆ PRIORITY_HIGH

const PRIORITY_HIGH = 1

См. определение в файле context.php строка 13

◆ PRIORITY_LOW

const PRIORITY_LOW = 3

См. определение в файле context.php строка 15

◆ PRIORITY_NORMAL

const PRIORITY_NORMAL = 2

См. определение в файле context.php строка 14