|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($clientId, $clientSecret) | |
| call ($methodName, $additionalParams=null, $licenseCheck=false) | |
| batch ($actions) | |
| getMethods () | |
| setTimeout ($timeout) | |
| setStreamTimeout (int $streamTimeout) | |
| listenHttpErrors (bool $listen=true) | |
Поля данных | |
| const | SERVICE_URL = "/rest/" |
| const | METHOD_METHODS = 'methods' |
| const | METHOD_BATCH = 'batch' |
Защищенные члены | |
| setSeviceHost ($host) | |
| prepareAnswer ($result) | |
Защищенные статические члены | |
| static | getLicense () |
Защищенные данные | |
| $clientId = '' | |
| $clientSecret = '' | |
| $httpTimeout = SOCSERV_DEFAULT_HTTP_TIMEOUT | |
| int | $streamTimeout = null |
| bool | $listenHttpErrors = false |
| $serviceHost = '' | |
См. определение в файле bitrixservice.php строка 36
| __construct | ( | $clientId, | |
| $clientSecret ) |
См. определение в файле bitrixservice.php строка 51
| batch | ( | $actions | ) |
См. определение в файле bitrixservice.php строка 163
| call | ( | $methodName, | |
| $additionalParams = null, | |||
| $licenseCheck = false ) |
См. определение в файле bitrixservice.php строка 67
|
staticprotected |
См. определение в файле bitrixservice.php строка 209
| getMethods | ( | ) |
См. определение в файле bitrixservice.php строка 179
| listenHttpErrors | ( | bool | $listen = true | ) |
If transport has this flag - method call will return error if httpClient end his request by own error.
Example: call returns error if 'NETWORK: Stream time out' will occur.
| bool | $listen |
См. определение в файле bitrixservice.php строка 202
|
protected |
См. определение в файле bitrixservice.php строка 62
|
protected |
См. определение в файле bitrixservice.php строка 57
| setStreamTimeout | ( | int | $streamTimeout | ) |
См. определение в файле bitrixservice.php строка 189
| setTimeout | ( | $timeout | ) |
См. определение в файле bitrixservice.php строка 184
|
protected |
См. определение в файле bitrixservice.php строка 43
|
protected |
См. определение в файле bitrixservice.php строка 44
|
protected |
См. определение в файле bitrixservice.php строка 45
|
protected |
См. определение в файле bitrixservice.php строка 47
|
protected |
См. определение в файле bitrixservice.php строка 49
|
protected |
См. определение в файле bitrixservice.php строка 46
| const METHOD_BATCH = 'batch' |
См. определение в файле bitrixservice.php строка 41
| const METHOD_METHODS = 'methods' |
См. определение в файле bitrixservice.php строка 40
| const SERVICE_URL = "/rest/" |
См. определение в файле bitrixservice.php строка 38