1C-Bitrix 25.700.0
|
Открытые статические члены | |
static | sendHeaders () |
static | getStandardParams () |
static | getRequestData () |
static | isAdmin (?int $userId=null) |
static | canInstallApplication ($appInfo=null, ?int $userId=null) |
static | appCanBeInstalledByUser (array $appInfo) |
static | getInstallAccessList () |
static | setInstallAccessList ($accessList) |
static | notifyInstall ($appInfo) |
static | signLicenseRequest (array $request, $licenseKey) |
static | ConvertDate ($dt) |
static | ConvertDateTime ($dt) |
static | unConvertDate ($iso8601) |
static | unConvertDateTime ($iso8601, $enableOffset=false) |
static | getMemberId () |
static | isStatic ($url) |
static | GetFile ($fileId, $resizeParam=false) |
static | ParseBatchQuery ($query, $arResult) |
static | getAuthForEvent ($appId, $userId, array $additionalData=array()) |
static | getAuth ($appId, $appSecret, $scope, $additionalParams, $user_id=0) |
static | checkAuth ($query, $scope, &$res) |
static | makeAuth ($res, $application_id=null) |
static | checkAppAccess ($appId, $appInfo=null) |
static | updateAppStatus (array $tokenInfo) |
static | saveFile ($fileContent, $fileName="") |
static | CleanApp ($appId, $bClean) |
static | InstallApp ($code) |
static | UpdateApp ($appId, $oldVersion) |
static | getScopeList (array $description=null) |
static | getEventList (array $description=null) |
static | getApplicationToken (array $application) |
static | getDownloadUrl ($query, \CRestServer $server) |
static | getLanguage () |
static | getUploadUrl ($query, \CRestServer $server) |
static | getSpecialUrl ($method, $query, \CRestServer $server) |
static | getWebhookEndpoint ($ap, $userId, $method='') |
static | getEndpoint () |
static | getAdministratorIdList () |
static | getApplicationPage ($id, $type='ID', $appInfo=null) |
static | isSlider () |
Поля данных | |
const | GLOBAL_SCOPE = '_global' |
const | EVENTS = '_events' |
const | PLACEMENTS = '_placements' |
const | HANDLER_SESSION_TTL = 7 |
const | BATCH_MAX_LENGTH = 50 |
const | METHOD_DOWNLOAD = "download" |
const | METHOD_UPLOAD = "upload" |
const | TOKEN_DELIMITER = "|" |
const | BITRIX_1C_APP_CODE = 'bitrix.1c' |
const | PLACEMENT_APP_URI = 'REST_APP_URI' |
Защищенные статические члены | |
static | processBatchElement ($query, $arResult, $keysCache='') |
static | processBatchStructure ($queryParams, $arResult, $keysCache=null) |
См. определение в файле rest_util.php строка 10
|
static |
См. определение в файле rest_util.php строка 191
|
static |
$appInfo | ||
int | null | $userId | - if not set - check system user |
См. определение в файле rest_util.php строка 150
|
static |
См. определение в файле rest_util.php строка 560
|
static |
См. определение в файле rest_util.php строка 527
|
static |
См. определение в файле rest_util.php строка 646
|
static |
См. определение в файле rest_util.php строка 273
|
static |
См. определение в файле rest_util.php строка 279
|
static |
См. определение в файле rest_util.php строка 1006
|
static |
См. определение в файле rest_util.php строка 1019
|
static |
См. определение в файле rest_util.php строка 866
|
static |
use \Bitrix\Rest\OAuth\Auth::get
См. определение в файле rest_util.php строка 499
См. определение в файле rest_util.php строка 489
|
static |
Generates link to file download
array | string | $query | Params, which will be transferred to download handler |
CRestServer | $server | REST Server object |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentTypeException
Bitrix\Main\LoaderException
См. определение в файле rest_util.php строка 891
|
static |
См. определение в файле rest_util.php строка 1001
|
static |
См. определение в файле rest_util.php строка 843
|
static |
См. определение в файле rest_util.php строка 365
|
static |
См. определение в файле rest_util.php строка 196
|
static |
См. определение в файле rest_util.php строка 896
|
static |
См. определение в файле rest_util.php строка 348
|
static |
См. определение в файле rest_util.php строка 54
|
static |
См. определение в файле rest_util.php строка 838
|
static |
См. определение в файле rest_util.php строка 947
|
static |
См. определение в файле rest_util.php строка 36
|
static |
Generates link to file upload
array | string | $query | Params, which will be transferred to upload handler |
CRestServer | $server | REST Server object |
Bitrix\Main\ArgumentNullException
Bitrix\Main\ArgumentTypeException
Bitrix\Main\LoaderException
См. определение в файле rest_util.php строка 942
|
static |
См. определение в файле rest_util.php строка 996
|
static |
Simple app installation without checks.
string | $appCode | Application code. |
См. определение в файле rest_util.php строка 687
|
static |
int | null | $userId | - if not set - check system user |
См. определение в файле rest_util.php строка 118
|
static |
См. определение в файле rest_util.php строка 1052
|
static |
См. определение в файле rest_util.php строка 360
|
static |
См. определение в файле rest_util.php строка 552
|
static |
См. определение в файле rest_util.php строка 217
|
static |
См. определение в файле rest_util.php строка 473
|
staticprotected |
См. определение в файле rest_util.php строка 396
|
staticprotected |
См. определение в файле rest_util.php строка 445
|
static |
См. определение в файле rest_util.php строка 612
|
static |
См. определение в файле rest_util.php строка 29
|
static |
См. определение в файле rest_util.php строка 203
|
static |
См. определение в файле rest_util.php строка 255
|
static |
string | $iso8601 | date in ISO-8601 format (for example: '2013-05-14T12:00:50+04:00') |
См. определение в файле rest_util.php строка 289
|
static |
string | $iso8601 | Datetime in ISO-8601 format (for example: '2013-05-14T12:00:50+04:00'). |
bool | $enableOffset | Add user timezone offset. If $enableOffset == false, time in server timezone will be returned. If $enableOffset == true, time in user timezone will be returned. |
См. определение в файле rest_util.php строка 319
|
static |
use \Bitrix\Rest\AppTable::update
См. определение в файле rest_util.php строка 815
|
static |
См. определение в файле rest_util.php строка 592
const BATCH_MAX_LENGTH = 50 |
См. определение в файле rest_util.php строка 18
const BITRIX_1C_APP_CODE = 'bitrix.1c' |
См. определение в файле rest_util.php строка 25
const EVENTS = '_events' |
См. определение в файле rest_util.php строка 13
const GLOBAL_SCOPE = '_global' |
См. определение в файле rest_util.php строка 12
const HANDLER_SESSION_TTL = 7 |
См. определение в файле rest_util.php строка 16
const METHOD_DOWNLOAD = "download" |
См. определение в файле rest_util.php строка 20
const METHOD_UPLOAD = "upload" |
См. определение в файле rest_util.php строка 21
const PLACEMENT_APP_URI = 'REST_APP_URI' |
См. определение в файле rest_util.php строка 27
const PLACEMENTS = '_placements' |
См. определение в файле rest_util.php строка 14
const TOKEN_DELIMITER = "|" |
См. определение в файле rest_util.php строка 23