Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Manager

Открытые статические члены

static getCachedSession ()
 
static getActiveSession ()
 
static getSessionById (string $sessionId)
 
static finishSession (Session $session)
 
static canUserStartSession (int $userId, array $parameterDocumentType)
 
static canUserDebugAutomation (int $userId, array $parameterDocumentType)
 
static canStartSession ()
 
static deleteInactiveSession (string $sessionId)
 
static isDebugWorkflow (string $workflowId)
 
static getDebuggerState ()
 
static setDebuggerState (DebuggerState $state)
 

Открытые атрибуты

const ERROR_INCORRECT_MODE = 'INCORRECT DEBUGGER MODE'
 
const ERROR_DEBUGGER_ALREADY_STARTED = 'DEBUGGER IS ALREADY STARTED'
 

Подробное описание

См. определение в файле Manager.php строка 11

Методы

◆ canStartSession()

static canStartSession ( )
static

См. определение в файле Manager.php строка 140

◆ canUserDebugAutomation()

static canUserDebugAutomation ( int $userId,
array $parameterDocumentType )
static

См. определение в файле Manager.php строка 131

◆ canUserStartSession()

static canUserStartSession ( int $userId,
array $parameterDocumentType )
static

См. определение в файле Manager.php строка 120

◆ deleteInactiveSession()

static deleteInactiveSession ( string $sessionId)
static

См. определение в файле Manager.php строка 184

◆ finishSession()

static finishSession ( Session $session)
static

См. определение в файле Manager.php строка 109

◆ getActiveSession()

static getActiveSession ( )
static

См. определение в файле Manager.php строка 38

◆ getCachedSession()

static getCachedSession ( )
static

См. определение в файле Manager.php строка 29

◆ getDebuggerState()

static getDebuggerState ( )
static

См. определение в файле Manager.php строка 217

◆ getSessionById()

static getSessionById ( string $sessionId)
static

См. определение в файле Manager.php строка 48

◆ isDebugWorkflow()

static isDebugWorkflow ( string $workflowId)
static

См. определение в файле Manager.php строка 210

◆ setDebuggerState()

static setDebuggerState ( DebuggerState $state)
static

См. определение в файле Manager.php строка 229

Данные класса

◆ ERROR_DEBUGGER_ALREADY_STARTED

const ERROR_DEBUGGER_ALREADY_STARTED = 'DEBUGGER IS ALREADY STARTED'

См. определение в файле Manager.php строка 14

◆ ERROR_INCORRECT_MODE

const ERROR_INCORRECT_MODE = 'INCORRECT DEBUGGER MODE'

См. определение в файле Manager.php строка 13