|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| checkRequirements ($params=array()) | |
| check (array $params=array()) | |
| Открытые члены унаследованные от CSecurityBaseTest | |
| getName () | |
| getInternalName () | |
Поля данных | |
| const | DEFAULT_RECEIVE_RESULTS_TIME = 15 |
| const | MAX_CHECKING_REQUEST_REPEAT_COUNT = 5 |
| const | MAX_RESULTS_REQUEST_REPEAT_COUNT = 50 |
| Поля данных унаследованные от CSecurityBaseTest | |
| const | STATUS_FAILED = "failed" |
| const | STATUS_PASSED = "passed" |
Защищенные члены | |
| getResult () | |
| receiveResults () | |
| isCheckRequestNotSended () | |
| doCheckRequest () | |
| setCheckingToken ($token) | |
| getCheckingToken () | |
| setTimeOut ($timeOut) | |
| setCheckingResult (array $result) | |
| stopChecking ($message='') | |
| getTimeout () | |
| Защищенные члены унаследованные от CSecurityBaseTest | |
| initializeParams (array $params=array()) | |
| isRunOnWin () | |
| getParam ($name, $defaultValue="") | |
| isDebug () | |
| getDetailErrors () | |
| addDetailError ($title, $critical, $detail, $recommendation="", $additionalInfo="") | |
| addUnformattedDetailError ($baseMessageKey, $critical, $additionalInfo="") | |
Защищенные статические члены | |
| static | formatResults (array $results) |
| Защищенные статические члены унаследованные от CSecurityBaseTest | |
| static | getFilePerm ($path) |
| static | isWorldWritable ($path) |
| static | isWorldReadable ($path) |
| static | isWorldAccessible ($path) |
| static | getDetailText ($baseMessageKey, array $placeholders=array()) |
| static | getRecommendationText ($baseMessageKey, array $placeholders=array()) |
| static | getTitleText ($baseMessageKey, array $placeholders=array()) |
| static | formatDetailError ($baseMessageKey, $critical, $additionalInfo="") |
| static | removeDocumentRoot ($path) |
Защищенные данные | |
| $internalName = 'CloudMonitor' | |
| $sessionData = null | |
| $checkingResults = array() | |
| $protocolVersion = 2 | |
| Защищенные данные унаследованные от CSecurityBaseTest | |
| $internalName = "BaseTest" | |
| $isDebug = false | |
| $params = array() | |
| $tests = array() | |
| $detailErrors = array() | |
| __construct | ( | ) |
См. определение в файле cloud_monitor.php строка 26
Run test and return results
| array | $params |
Переопределяет метод предка CSecurityBaseTest.
См. определение в файле cloud_monitor.php строка 43
| checkRequirements | ( | $params = array() | ) |
Check test requirements (e.g. max_execution_time)
| array | $params |
Переопределяет метод предка CSecurityBaseTest.
См. определение в файле cloud_monitor.php строка 31
|
protected |
Try to start checking (send special request to Bitrix)
См. определение в файле cloud_monitor.php строка 131
|
staticprotected |
Format test results for checking output
| array | $results |
См. определение в файле cloud_monitor.php строка 217
|
protected |
См. определение в файле cloud_monitor.php строка 179
|
protected |
Return checking results with default values (if it not present before)
См. определение в файле cloud_monitor.php строка 65
|
protected |
См. определение в файле cloud_monitor.php строка 248
|
protected |
См. определение в файле cloud_monitor.php строка 123
|
protected |
Try to receive checking results from Bitrix
См. определение в файле cloud_monitor.php строка 81
|
protected |
| array | $result |
См. определение в файле cloud_monitor.php строка 198
|
protected |
| string | $token |
См. определение в файле cloud_monitor.php строка 168
|
protected |
| int | $timeOut |
См. определение в файле cloud_monitor.php строка 187
|
protected |
| string | $message |
См. определение в файле cloud_monitor.php строка 206
|
protected |
См. определение в файле cloud_monitor.php строка 23
|
protected |
См. определение в файле cloud_monitor.php строка 20
|
protected |
См. определение в файле cloud_monitor.php строка 24
|
protected |
См. определение в файле cloud_monitor.php строка 22
| const DEFAULT_RECEIVE_RESULTS_TIME = 15 |
См. определение в файле cloud_monitor.php строка 16
| const MAX_CHECKING_REQUEST_REPEAT_COUNT = 5 |
См. определение в файле cloud_monitor.php строка 17
| const MAX_RESULTS_REQUEST_REPEAT_COUNT = 50 |
См. определение в файле cloud_monitor.php строка 18