Add WoltLab Suite Core: Infractions events
authorIceQ1337 <IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:18 +0000 (17:05 +0200)
committerIceQ1337 <IceQ1337@gmx.de>
Mon, 26 Sep 2022 15:05:18 +0000 (17:05 +0200)
docs/php/api/event_list.md

index 0dc0057a11b987b59a0be6ab772ff523a2f9ee31..bcd705b8b3b57d8718d59ecccfa7ae44696a28ea 100644 (file)
@@ -131,6 +131,13 @@ Events whose name is marked with an asterisk are called from a static method and
 | `wcf\data\conversation\ConversationAction` | `addParticipants_validateParticipants` |
 | `wcf\data\conversation\message\ConversationMessageAction` | `afterQuickReply` |
 
+## WoltLab Suite Core: Infractions
+
+| Class | Event Name |
+|-------|------------|
+| `wcf\system\infraction\suspension\BanSuspensionAction` | `suspend` |
+| `wcf\system\infraction\suspension\BanSuspensionAction` | `unsuspend` |
+
 ## WoltLab Suite Forum
 
 | Class | Event Name |