Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Session
+ Граф наследования:Session:

Открытые члены

 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 ()
 

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

const ERROR_DOCUMENT_ID_ALREADY_FIXED = 'DOCUMENT ID IS ALREADY FIXED'
 
const ERROR_UNKNOWN_DOCUMENT_ID = 'FIXING UNKNOWN DOCUMENT ID'
 

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

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

Методы

◆ addDocument()

addDocument ( string $documentId)

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

◆ addWorkflowContext()

addWorkflowContext ( string $workflowId,
$template )
Аргументы
string$workflowId
Template  |  array$template
Возвращает
\Bitrix\Main\ORM\Data\Result

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

◆ canAddDocument()

canAddDocument ( )

Returns true if can add document to session documents and false otherwise

Возвращает
bool

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

◆ canUserDebug()

canUserDebug ( int $userId)

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

◆ canUserFinish()

canUserFinish ( int $userId)

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

◆ deleteAll()

deleteAll ( )

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

◆ deleteDocuments()

deleteDocuments ( )

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

◆ deleteWorkflows()

deleteWorkflows ( )

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

◆ finish()

finish ( )

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

◆ fixateDocument()

fixateDocument ( string $documentId)

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

◆ getDescription()

getDescription ( )

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

◆ getFixedDocument()

getFixedDocument ( )

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

◆ getLogs()

getLogs ( )
Возвращает
EO_Tracking[]

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

◆ getParameterDocumentType()

getParameterDocumentType ( )

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

◆ getRobots()

getRobots ( )

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

◆ getShortDescription()

getShortDescription ( )

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

◆ hasWorkflow()

hasWorkflow ( string $workflowId)

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

◆ isActive()

isActive ( )

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

◆ isBeforeDebuggerStartState()

isBeforeDebuggerStartState ( )
Возвращает
bool

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

◆ isExperimentalMode()

isExperimentalMode ( )

Returns true if the session mode is Experimental and false otherwise.

Возвращает
bool

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

◆ isFixed()

isFixed ( )

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

◆ isFixedDocument()

isFixedDocument ( array $parameterDocumentId)

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

◆ isInterceptionMode()

isInterceptionMode ( )

Returns true if the session mode is Interception and false otherwise.

Возвращает
bool

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

◆ isSessionDocument()

isSessionDocument ( array $parameterDocumentId)

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

◆ isStartedByUser()

isStartedByUser ( int $userId)

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

◆ isStartedInDocumentType()

isStartedInDocumentType ( array $parameterDocumentType)

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

◆ toArray()

toArray ( )

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

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

◆ ERROR_DOCUMENT_ID_ALREADY_FIXED

const ERROR_DOCUMENT_ID_ALREADY_FIXED = 'DOCUMENT ID IS ALREADY FIXED'

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

◆ ERROR_UNKNOWN_DOCUMENT_ID

const ERROR_UNKNOWN_DOCUMENT_ID = 'FIXING UNKNOWN DOCUMENT ID'

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