EventDataInterface

In case a widget should provide additional data as JSON payload, the widget must implement this interface.

Table of Contents

Methods

getEventData()  : array<string|int, mixed>
This method returns data which should be sent to the widget as JSON encoded value.

Methods

getEventData()

This method returns data which should be sent to the widget as JSON encoded value.

public getEventData() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results