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

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

static getPortalType ()
 
static getLicenseCode ()
 
static getServerName ()
 
static signRequest (array $parameters, string $suffix="")
 

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

const TYPE_BITRIX24 = "B24"
 
const TYPE_BOX = "BOX"
 

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

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

Методы

◆ getLicenseCode()

static getLicenseCode ( )
static

Return license code of the portal (to be used as a part of request verification scheme).

Возвращает
string

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

◆ getPortalType()

static getPortalType ( )
static

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

◆ getServerName()

static getServerName ( )
static

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

◆ signRequest()

static signRequest ( array $parameters,
string $suffix = "" )
static

Returns request authorization hash string.

Аргументы
array$parametersArray or request parameters to be signed.
string$suffixSuffix to append to signed string
Возвращает
string

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

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

◆ TYPE_BITRIX24

const TYPE_BITRIX24 = "B24"

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

◆ TYPE_BOX

const TYPE_BOX = "BOX"

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