1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CBitrix24NetPortalTransport
Граф наследования:CBitrix24NetPortalTransport:
CBitrix24NetTransport

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

 __construct ($clientId, $clientSecret)
Открытые члены унаследованные от CBitrix24NetTransport
 __construct ($access_token)
 getNetworkNode ()
 setNetworkNode (string $hostWithScheme)
 call ($methodName, $additionalParams=null, $lang=null)
 batch ($actions)
 getMethods ()
 getProfile ()
 addProfile ($arFields)
 checkProfile ($arFields)
 updateProfile ($arFields)
 deleteProfile ($ID)
 getProfileContacts ($userId)
 restoreProfilePassword ($userId, $restoreMethod)
 pushQrCodeAuthToken (array $params)

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

static init ($networkNode=null)

Защищенные члены

 prepareRequest (array $request, $lang=null)
Защищенные члены унаследованные от CBitrix24NetTransport
 prepareResponse ($result)

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

 $clientId = null
 $clientSecret = null
Защищенные данные унаследованные от CBitrix24NetTransport
 $access_token = ''
 $httpTimeout = SOCSERV_DEFAULT_HTTP_TIMEOUT
 $networkNode

Дополнительные унаследованные члены

Поля данных унаследованные от CBitrix24NetTransport
const SERVICE_URL = "/rest/"
const METHOD_METHODS = 'methods'
const METHOD_BATCH = 'batch'
const METHOD_PROFILE = 'profile'
const METHOD_PROFILE_ADD = 'profile.add'
const METHOD_PROFILE_ADD_CHECK = 'profile.add.check'
const METHOD_PROFILE_UPDATE = 'profile.update'
const METHOD_PROFILE_DELETE = 'profile.delete'
const METHOD_PROFILE_CONTACTS = 'profile.contacts'
const METHOD_PROFILE_RESTORE_PASSWORD = 'profile.password.restore'
const METHOD_PROFILE_PUSH_QRCODE_AUTH_TOKEN = 'profile.pushqrcodeauthtoken'
const RESTORE_PASSWORD_METHOD_EMAIL = 'EMAIL'
const RESTORE_PASSWORD_METHOD_PHONE = 'PHONE'
const REPONSE_KEY_BROADCAST = "broadcast"

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

Sends a request on behalf of the portal!

Required client's id and secret, access token is not used.

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

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

◆ __construct()

__construct ( $clientId,
$clientSecret )

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

Методы

◆ init()

init ( $networkNode = null)
static

Переопределяет метод предка CBitrix24NetTransport.

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

◆ prepareRequest()

prepareRequest ( array $request,
$lang = null )
protected

Переопределяет метод предка CBitrix24NetTransport.

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

Поля

◆ $clientId

$clientId = null
protected

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

◆ $clientSecret

$clientSecret = null
protected

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


Объявления и описания членов класса находятся в файле: