DatabaseMessage
in package
Table of Contents
- $data : array<string|int, mixed>
- The data that should be stored with the notification.
- __construct() : void
- Create a new database message.
Properties
$data
The data that should be stored with the notification.
public
array<string|int, mixed>
$data
= []
Methods
__construct()
Create a new database message.
public
__construct([array<string|int, mixed> $data = [] ]) : void
Parameters
- $data : array<string|int, mixed> = []