Manager
Table of Contents
Constants
-
ERROR_DEBUGGER_ALREADY_STARTED
= 'DEBUGGER IS ALREADY STARTED'
-
ERROR_INCORRECT_MODE
= 'INCORRECT DEBUGGER MODE'
Methods
-
canStartSession()
: bool
-
canUserDebugAutomation()
: bool
-
canUserStartSession()
: bool
-
deleteInactiveSession()
: Result
-
finishSession()
: mixed
-
getActiveSession()
: Session|null
-
getCachedSession()
: Session|null
-
getDebuggerState()
: DebuggerState
-
getSessionById()
: Session|null
-
isDebugWorkflow()
: bool
-
setDebuggerState()
: mixed
-
startSession()
: mixed
ERROR_DEBUGGER_ALREADY_STARTED
public
mixed
ERROR_DEBUGGER_ALREADY_STARTED
= 'DEBUGGER IS ALREADY STARTED'
ERROR_INCORRECT_MODE
public
mixed
ERROR_INCORRECT_MODE
= 'INCORRECT DEBUGGER MODE'
canStartSession()
public
static canStartSession() : bool
canUserDebugAutomation()
public
static canUserDebugAutomation(int $userId, array<string|int, mixed> $parameterDocumentType) : bool
Parameters
-
$userId
: int
-
-
$parameterDocumentType
: array<string|int, mixed>
-
canUserStartSession()
public
static canUserStartSession(int $userId, array<string|int, mixed> $parameterDocumentType) : bool
Parameters
-
$userId
: int
-
-
$parameterDocumentType
: array<string|int, mixed>
-
deleteInactiveSession()
public
static deleteInactiveSession(string $sessionId) : Result
Parameters
-
$sessionId
: string
-
finishSession()
public
static finishSession(Session $session) : mixed
Parameters
-
$session
: Session
-
getActiveSession()
public
static getActiveSession() : Session|null
getCachedSession()
public
static getCachedSession() : Session|null
getDebuggerState()
public
static getDebuggerState() : DebuggerState
getSessionById()
public
static getSessionById(string $sessionId) : Session|null
Parameters
-
$sessionId
: string
-
isDebugWorkflow()
public
static isDebugWorkflow(string $workflowId) : bool
Parameters
-
$workflowId
: string
-
setDebuggerState()
public
static setDebuggerState(DebuggerState $state) : mixed
Parameters
-
$state
: DebuggerState
-
startSession()
public
static startSession(array<string|int, mixed> $parameterDocumentType, int $mode, int $userId[, int $categoryId = 0 ]) : mixed
Parameters
-
$parameterDocumentType
: array<string|int, mixed>
-
-
$mode
: int
-
-
$userId
: int
-
-
$categoryId
: int
= 0
-