|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __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) |
Поля данных | |
| 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" |
Защищенные члены | |
| prepareResponse ($result) | |
| prepareRequest (array $request, $lang=null) | |
Защищенные данные | |
| $access_token = '' | |
| $httpTimeout = SOCSERV_DEFAULT_HTTP_TIMEOUT | |
| $networkNode | |
Sends a request on behalf of the user!
См. определение в файле bitrix24net.php строка 866
| __construct | ( | $access_token | ) |
См. определение в файле bitrix24net.php строка 909
| addProfile | ( | $arFields | ) |
См. определение в файле bitrix24net.php строка 1045
| batch | ( | $actions | ) |
См. определение в файле bitrix24net.php строка 1019
| call | ( | $methodName, | |
| $additionalParams = null, | |||
| $lang = null ) |
См. определение в файле bitrix24net.php строка 975
| checkProfile | ( | $arFields | ) |
См. определение в файле bitrix24net.php строка 1050
| deleteProfile | ( | $ID | ) |
См. определение в файле bitrix24net.php строка 1060
| getMethods | ( | ) |
См. определение в файле bitrix24net.php строка 1035
| getNetworkNode | ( | ) |
См. определение в файле bitrix24net.php строка 915
| getProfile | ( | ) |
См. определение в файле bitrix24net.php строка 1040
| getProfileContacts | ( | $userId | ) |
См. определение в файле bitrix24net.php строка 1065
|
static |
Переопределяется в CBitrix24NetPortalTransport.
См. определение в файле bitrix24net.php строка 890
|
protected |
Переопределяется в CBitrix24NetPortalTransport.
См. определение в файле bitrix24net.php строка 956
|
protected |
См. определение в файле bitrix24net.php строка 925
| pushQrCodeAuthToken | ( | array | $params | ) |
Push qr code auth token
| array | $params |
См. определение в файле bitrix24net.php строка 1086
| restoreProfilePassword | ( | $userId, | |
| $restoreMethod ) |
Restore user profile password
| int | $userId | User id whom password should be restored. |
| string | $restoreMethod | Restore method (via email or via phone). |
См. определение в файле bitrix24net.php строка 1076
| setNetworkNode | ( | string | $hostWithScheme | ) |
См. определение в файле bitrix24net.php строка 920
| updateProfile | ( | $arFields | ) |
См. определение в файле bitrix24net.php строка 1055
|
protected |
См. определение в файле bitrix24net.php строка 886
|
protected |
См. определение в файле bitrix24net.php строка 887
|
protected |
См. определение в файле bitrix24net.php строка 888
| const METHOD_BATCH = 'batch' |
См. определение в файле bitrix24net.php строка 871
| const METHOD_METHODS = 'methods' |
См. определение в файле bitrix24net.php строка 870
| const METHOD_PROFILE = 'profile' |
См. определение в файле bitrix24net.php строка 872
| const METHOD_PROFILE_ADD = 'profile.add' |
См. определение в файле bitrix24net.php строка 873
| const METHOD_PROFILE_ADD_CHECK = 'profile.add.check' |
См. определение в файле bitrix24net.php строка 874
| const METHOD_PROFILE_CONTACTS = 'profile.contacts' |
См. определение в файле bitrix24net.php строка 877
| const METHOD_PROFILE_DELETE = 'profile.delete' |
См. определение в файле bitrix24net.php строка 876
| const METHOD_PROFILE_PUSH_QRCODE_AUTH_TOKEN = 'profile.pushqrcodeauthtoken' |
См. определение в файле bitrix24net.php строка 879
| const METHOD_PROFILE_RESTORE_PASSWORD = 'profile.password.restore' |
См. определение в файле bitrix24net.php строка 878
| const METHOD_PROFILE_UPDATE = 'profile.update' |
См. определение в файле bitrix24net.php строка 875
| const REPONSE_KEY_BROADCAST = "broadcast" |
См. определение в файле bitrix24net.php строка 884
| const RESTORE_PASSWORD_METHOD_EMAIL = 'EMAIL' |
См. определение в файле bitrix24net.php строка 881
| const RESTORE_PASSWORD_METHOD_PHONE = 'PHONE' |
См. определение в файле bitrix24net.php строка 882
| const SERVICE_URL = "/rest/" |
См. определение в файле bitrix24net.php строка 868