Nextcloud PHP API (master)

IWebhookCompatibleEvent

Interface for events which can be listened to by webhooks

Tags
since
30.0.0

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>
Tags
since
30.0.0
Return values
array<string|int, mixed>

        
On this page

Search results