Bitrix API

RequestYandex extends Request

Class RequestYandex

Table of Contents

Constants

TYPE_CODE  = 'yandex'

Methods

__construct()  : mixed
Request constructor.
create()  : static
Create instance.
getAuthAdapter()  : AuthAdapter
Get auth adapter.
getClient()  : AdsHttpClient
Get client.
getResponse()  : mixed
Get response.
query()  : mixed
Query.
send()  : Response
Send request.
setAuthAdapter()  : $this
Set auth adapter.
setClient()  : $this
Set client.

Constants

Methods

__construct()

Request constructor.

public __construct() : mixed

create()

Create instance.

public static create(string $type) : static
Parameters
$type : string

Type.

Tags
throws
ArgumentOutOfRangeException
Return values
static

getResponse()

Get response.

public getResponse() : mixed

query()

Query.

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

Parameters.

Tags
throws
SystemException

send()

Send request.

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

Parameters.

Tags
throws
SystemException
Return values
Response

setAuthAdapter()

Set auth adapter.

public setAuthAdapter(AuthAdapter $adapter) : $this
Parameters
$adapter : AuthAdapter

Auth adapter.

Return values
$this

        
On this page

Search results