Bitrix API

Listener

Table of Contents

Methods

getInstance()  : self
onDocumentDeleted()  : mixed
onDocumentStatusChanged()  : mixed
onDocumentUpdated()  : mixed
onSessionFinished()  : mixed
onTrackWrite()  : mixed
onWorkflowEventAdded()  : mixed
onWorkflowEventRemoved()  : mixed
onWorkflowStatusChanged()  : mixed

Methods

getInstance()

public static getInstance() : self
Return values
self

onDocumentDeleted()

public onDocumentDeleted() : mixed

onDocumentStatusChanged()

public onDocumentStatusChanged(string $status) : mixed
Parameters
$status : string

onDocumentUpdated()

public onDocumentUpdated(array<string|int, mixed> $changedFields) : mixed
Parameters
$changedFields : array<string|int, mixed>

onSessionFinished()

public onSessionFinished(string $sessionId) : mixed
Parameters
$sessionId : string

onTrackWrite()

public onTrackWrite(mixed $row) : mixed
Parameters
$row : mixed

onWorkflowEventAdded()

public onWorkflowEventAdded(string $workflowId, string $eventName) : mixed
Parameters
$workflowId : string
$eventName : string

onWorkflowEventRemoved()

public onWorkflowEventRemoved(string $workflowId, string $eventName) : mixed
Parameters
$workflowId : string
$eventName : string

onWorkflowStatusChanged()

public onWorkflowStatusChanged(string $workflowId, int $status) : mixed
Parameters
$workflowId : string
$status : int

        
On this page

Search results