projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e997b7d
)
Add WoltLab Suite Core: Conversation events
author
IceQ1337
<IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:06 +0000
(17:05 +0200)
committer
IceQ1337
<IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:06 +0000
(17:05 +0200)
docs/php/api/event_list.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/php/api/event_list.md
b/docs/php/api/event_list.md
index 49543e0ba2f5e8fd0683c512da7a1cdcd8af6d0a..0dc0057a11b987b59a0be6ab772ff523a2f9ee31 100644
(file)
--- a/
docs/php/api/event_list.md
+++ b/
docs/php/api/event_list.md
@@
-124,6
+124,13
@@
Events whose name is marked with an asterisk are called from a static method and
| `wcf\system\WCF` | `initialized` |
| `wcf\util\HeaderUtil` | `parseOutput`*|
+## WoltLab Suite Core: Conversations
+
+| Class | Event Name |
+|-------|------------|
+| `wcf\data\conversation\ConversationAction` | `addParticipants_validateParticipants` |
+| `wcf\data\conversation\message\ConversationMessageAction` | `afterQuickReply` |
+
## WoltLab Suite Forum
| Class | Event Name |