|
1C-Bitrix 25.700.0
|
Открытые члены | |
| canUserFinish (int $userId) | |
| canUserDebug (int $userId) | |
| finish () | |
| deleteAll () | |
| deleteWorkflows () | |
| deleteDocuments () | |
| addDocument (string $documentId) | |
| addWorkflowContext (string $workflowId, $template) | |
| hasWorkflow (string $workflowId) | |
| fixateDocument (string $documentId) | |
| isActive () | |
| isFixed () | |
| getParameterDocumentType () | |
| getFixedDocument () | |
| isStartedByUser (int $userId) | |
| isStartedInDocumentType (array $parameterDocumentType) | |
| isFixedDocument (array $parameterDocumentId) | |
| isSessionDocument (array $parameterDocumentId) | |
| getShortDescription () | |
| getDescription () | |
| isExperimentalMode () | |
| isInterceptionMode () | |
| canAddDocument () | |
| isBeforeDebuggerStartState () | |
| toArray () | |
| getLogs () | |
| getRobots () | |
| Открытые члены унаследованные от EO_DebuggerSession | |
| __construct ($setDefaultValues=true) | |
Поля данных | |
| const | ERROR_DOCUMENT_ID_ALREADY_FIXED = 'DOCUMENT ID IS ALREADY FIXED' |
| const | ERROR_UNKNOWN_DOCUMENT_ID = 'FIXING UNKNOWN DOCUMENT ID' |
Дополнительные унаследованные члены | |
| Статические открытые данные унаследованные от EO_DebuggerSession | |
| static | $dataClass = '\Bitrix\Bizproc\Debugger\Session\Entity\DebuggerSessionTable' |
См. определение в файле Session.php строка 14
| addDocument | ( | string | $documentId | ) |
См. определение в файле Session.php строка 160
| addWorkflowContext | ( | string | $workflowId, |
| $template ) |
| string | $workflowId | |
| Template | array | $template |
См. определение в файле Session.php строка 230
| canAddDocument | ( | ) |
Returns true if can add document to session documents and false otherwise
См. определение в файле Session.php строка 467
| canUserDebug | ( | int | $userId | ) |
См. определение в файле Session.php строка 25
| canUserFinish | ( | int | $userId | ) |
См. определение в файле Session.php строка 19
| deleteAll | ( | ) |
См. определение в файле Session.php строка 69
| deleteDocuments | ( | ) |
См. определение в файле Session.php строка 85
| deleteWorkflows | ( | ) |
См. определение в файле Session.php строка 80
| finish | ( | ) |
См. определение в файле Session.php строка 31
| fixateDocument | ( | string | $documentId | ) |
См. определение в файле Session.php строка 267
| getDescription | ( | ) |
См. определение в файле Session.php строка 433
| getFixedDocument | ( | ) |
См. определение в файле Session.php строка 365
| getLogs | ( | ) |
См. определение в файле Session.php строка 541
| getParameterDocumentType | ( | ) |
См. определение в файле Session.php строка 356
| getRobots | ( | ) |
См. определение в файле Session.php строка 557
| getShortDescription | ( | ) |
См. определение в файле Session.php строка 422
| hasWorkflow | ( | string | $workflowId | ) |
См. определение в файле Session.php строка 260
| isActive | ( | ) |
См. определение в файле Session.php строка 346
| isBeforeDebuggerStartState | ( | ) |
См. определение в файле Session.php строка 475
| isExperimentalMode | ( | ) |
Returns true if the session mode is Experimental and false otherwise.
См. определение в файле Session.php строка 449
| isFixed | ( | ) |
См. определение в файле Session.php строка 351
| isFixedDocument | ( | array | $parameterDocumentId | ) |
См. определение в файле Session.php строка 397
| isInterceptionMode | ( | ) |
Returns true if the session mode is Interception and false otherwise.
См. определение в файле Session.php строка 458
| isSessionDocument | ( | array | $parameterDocumentId | ) |
См. определение в файле Session.php строка 417
| isStartedByUser | ( | int | $userId | ) |
См. определение в файле Session.php строка 381
| isStartedInDocumentType | ( | array | $parameterDocumentType | ) |
См. определение в файле Session.php строка 386
| toArray | ( | ) |
См. определение в файле Session.php строка 514
| const ERROR_DOCUMENT_ID_ALREADY_FIXED = 'DOCUMENT ID IS ALREADY FIXED' |
См. определение в файле Session.php строка 16
| const ERROR_UNKNOWN_DOCUMENT_ID = 'FIXING UNKNOWN DOCUMENT ID' |
См. определение в файле Session.php строка 17