Bitrix API

CommentListener

Table of Contents

Methods

onAfterCommentAdd()  : void
onCommentDelete()  : void
onListsProcessesCommentAdd()  : void
onListsProcessesCommentDelete()  : void
onSocnetContentViewed()  : void

Methods

onAfterCommentAdd()

public static onAfterCommentAdd(Event $event) : void
Parameters
$event : Event

onCommentDelete()

public static onCommentDelete(Event $event) : void
Parameters
$event : Event

onListsProcessesCommentAdd()

public static onListsProcessesCommentAdd(string $workflowId, int $authorId, array<string|int, mixed> $mentions) : void
Parameters
$workflowId : string
$authorId : int
$mentions : array<string|int, mixed>

onListsProcessesCommentDelete()

public static onListsProcessesCommentDelete(string $workflowId, int $authorId, DateTime $created) : void
Parameters
$workflowId : string
$authorId : int
$created : DateTime

onSocnetContentViewed()

public static onSocnetContentViewed(Event $event) : void
Parameters
$event : Event

        
On this page

Search results