CommentListener
Table of Contents
Methods
-
onAfterCommentAdd()
: void
-
onCommentDelete()
: void
-
onListsProcessesCommentAdd()
: void
-
onListsProcessesCommentDelete()
: void
-
onSocnetContentViewed()
: void
public
static onAfterCommentAdd(Event $event) : void
Parameters
-
$event
: Event
-
public
static onCommentDelete(Event $event) : void
Parameters
-
$event
: Event
-
public
static onListsProcessesCommentAdd(string $workflowId, int $authorId, array<string|int, mixed> $mentions) : void
Parameters
-
$workflowId
: string
-
-
$authorId
: int
-
-
$mentions
: array<string|int, mixed>
-
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
-