|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __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 | ( | $clientId, | |
| $clientSecret ) |
См. определение в файле bitrix24net.php строка 1123
|
static |
Переопределяет метод предка CBitrix24NetTransport.
См. определение в файле bitrix24net.php строка 1102
|
protected |
Переопределяет метод предка CBitrix24NetTransport.
См. определение в файле bitrix24net.php строка 1131
|
protected |
См. определение в файле bitrix24net.php строка 1099
|
protected |
См. определение в файле bitrix24net.php строка 1100