IWebhookCompatibleEvent
in
Interface for events which can be listened to by webhooks
Tags
Table of Contents
Methods
- getWebhookSerializable() : array<string|int, mixed>
- Return data to be serialized and sent to the webhook. Will be serialized using json_encode.
Methods
getWebhookSerializable()
Return data to be serialized and sent to the webhook. Will be serialized using json_encode.
public
getWebhookSerializable() : array<string|int, mixed>