BroadcastEvent
in package
AbstractYes
Table of Contents
Properties
- $data : array<string|int, mixed>
- $threadId : string
- $timestamp : int
- $type : string
Methods
- __construct() : mixed
- toArray() : array<string|int, mixed>
Properties
$data read-only
public
array<string|int, mixed>
$data
$threadId read-only
public
string
$threadId
$timestamp read-only
public
int
$timestamp
$type read-only
public
string
$type
Methods
__construct()
public
__construct(string $type, string $threadId, array<string|int, mixed> $data[, int|null $timestamp = null ]) : mixed
Parameters
- $type : string
- $threadId : string
- $data : array<string|int, mixed>
- $timestamp : int|null = null
toArray()
public
toArray() : array<string|int, mixed>