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

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

 __construct ()
 
 getAuthAdapter ()
 
 setAuthAdapter (AuthAdapter $adapter)
 
 getResponse ()
 
 getClient ()
 
 setClient (AdsHttpClient $client)
 
 send (array $params=array())
 
 query (array $params=array())
 

Открытые статические члены

static create ($type)
 

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

const TYPE_CODE = ''
 

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

 $adapter
 
 $client
 
 $response
 
 $type
 

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

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

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

◆ __construct()

__construct ( )

Request constructor.

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

Методы

◆ create()

static create ( $type)
static

Create instance.

Аргументы
string$typeType.
Возвращает
static
Исключения

Bitrix\Main\ArgumentOutOfRangeException

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

◆ getAuthAdapter()

getAuthAdapter ( )

Get auth adapter.

Возвращает
AuthAdapter

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

◆ getClient()

getClient ( )

Get client.

Возвращает
AdsHttpClient

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

◆ getResponse()

getResponse ( )

Get response.

Возвращает
mixed

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

◆ query()

query ( array $params = array())
abstract

Query.

Аргументы
array$paramsParameters.
Возвращает
mixed

◆ send()

send ( array $params = array())

Send request.

Аргументы
array$paramsParameters.
Возвращает
Response
Исключения
SystemException

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

◆ setAuthAdapter()

setAuthAdapter ( AuthAdapter $adapter)

Set auth adapter.

Аргументы
AuthAdapter$adapterAuth adapter.
Возвращает
$this

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

◆ setClient()

setClient ( AdsHttpClient $client)

Set client.

Аргументы
AdsHttpClient$clientHttp client.
Возвращает
$this

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

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

◆ $adapter

$adapter
protected

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

◆ $client

$client
protected

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

◆ $response

$response
protected

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

◆ $type

$type
protected

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

◆ TYPE_CODE

const TYPE_CODE = ''

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