1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($action, $protocolVersion, $token="") | |
setCheckingToken ($checkingToken) | |
getCheckingToken () | |
receiveData ($action) | |
isOk () | |
isFatalError () | |
isError () | |
isSuccess () | |
getValue ($key) |
Поля данных | |
const | BITRIX_CHECKER_URL_PATH = "/bitrix/site_checker.php" |
const | REMOTE_STATUS_OK = "ok" |
const | REMOTE_STATUS_ERROR = "error" |
const | REMOTE_STATUS_FATAL_ERROR = "fatal_error" |
const | TIMEOUT = 10 |
Защищенные члены | |
checkStatus ($status) | |
getPayload ($action="check", $collectInformation=true) | |
getHostName () |
Защищенные статические члены | |
static | decodeResponse ($response) |
static | sendRequest (array $payload) |
static | getLicenseKey () |
static | getSystemInformation () |
static | getAdditionalInformation () |
static | getServerPort () |
static | getDomainName () |
Защищенные данные | |
$response = array() | |
$checkingToken = "" | |
$protocolVersion = 2 |
Class CSecurityCloudMonitorRequest
См. определение в файле cloud_monitor_request.php строка 13
__construct | ( | $action, | |
$protocolVersion, | |||
$token = "" ) |
См. определение в файле cloud_monitor_request.php строка 26
|
protected |
|
staticprotected |
string | $response |
См. определение в файле cloud_monitor_request.php строка 172
|
staticprotected |
Return additional information, such as P&P or LDAP server information
См. определение в файле cloud_monitor_request.php строка 234
getCheckingToken | ( | ) |
См. определение в файле cloud_monitor_request.php строка 50
|
staticprotected |
Return current domain name (in puny code for cyrillic domain)
См. определение в файле cloud_monitor_request.php строка 268
|
protected |
Return host name for site checking
См. определение в файле cloud_monitor_request.php строка 243
|
staticprotected |
Return License key, your Captain Obvious
См. определение в файле cloud_monitor_request.php строка 206
|
protected |
Generate payload for request to Bitrix
string | $action | - "check" or "receive_results" |
bool | $collectInformation |
См. определение в файле cloud_monitor_request.php строка 144
|
staticprotected |
Return current server port, except 80 and 443
См. определение в файле cloud_monitor_request.php строка 256
|
staticprotected |
Return system information, such as php version
См. определение в файле cloud_monitor_request.php строка 223
getValue | ( | $key | ) |
isError | ( | ) |
См. определение в файле cloud_monitor_request.php строка 100
isFatalError | ( | ) |
См. определение в файле cloud_monitor_request.php строка 92
isOk | ( | ) |
См. определение в файле cloud_monitor_request.php строка 84
isSuccess | ( | ) |
См. определение в файле cloud_monitor_request.php строка 108
receiveData | ( | $action | ) |
Make a request to the Bitrix server and returns the result
array | $action |
См. определение в файле cloud_monitor_request.php строка 60
|
staticprotected |
Send request to Bitrix (check o receive)
array | $payload |
См. определение в файле cloud_monitor_request.php строка 184
setCheckingToken | ( | $checkingToken | ) |
string | $checkingToken |
См. определение в файле cloud_monitor_request.php строка 40
|
protected |
См. определение в файле cloud_monitor_request.php строка 23
|
protected |
См. определение в файле cloud_monitor_request.php строка 24
|
protected |
См. определение в файле cloud_monitor_request.php строка 22
const BITRIX_CHECKER_URL_PATH = "/bitrix/site_checker.php" |
См. определение в файле cloud_monitor_request.php строка 15
const REMOTE_STATUS_ERROR = "error" |
См. определение в файле cloud_monitor_request.php строка 17
const REMOTE_STATUS_FATAL_ERROR = "fatal_error" |
См. определение в файле cloud_monitor_request.php строка 18
const REMOTE_STATUS_OK = "ok" |
См. определение в файле cloud_monitor_request.php строка 16
const TIMEOUT = 10 |
См. определение в файле cloud_monitor_request.php строка 19