Webhook
extends DataElement
in package
Webhook class
Table of Contents
Methods
- __construct() : mixed
- getEventType() : string
- getSource() : mixed
- getTimestamp() : string
- getWebhookData() : mixed
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
getEventType()
public
getEventType() : string
Return values
stringgetSource()
public
getSource() : mixed
getTimestamp()
public
getTimestamp() : string
Return values
stringgetWebhookData()
public
getWebhookData() : mixed