Copied!

EventDataInterface

EventDataInterface.php : 16
Interface

Base interface for tracking event data.

Methods

publicgetEventType()

EventDataInterface.php : 18
public getEventType() : EventType

Return values

EventType

publicgetTemplateHint()

EventDataInterface.php : 30

Returns optional template hint for special rendering needs.

public getTemplateHint() : string|null

Return values

string|null

publictoArray()

EventDataInterface.php : 25

Returns Raptor tracking parameters.

public toArray() : array<string, mixed>

Return values

array<string, mixed>