class Illuminate / Notifications / Messages / BroadcastMessage
You are viewing an older version of the documentation. For the latest, please visit master documentation.

BroadcastMessage

Uses

Properties

public

$data array

The data for the notification.

Default: null

Methods

public

__construct ( array $data ) : void

Create a new message instance.

Parameters

  • $data array
public

data ( $data ) : $this

Set the message data.

Parameters

  • $data array