class Illuminate / Broadcasting / BroadcastEvent
You are viewing an older version of the documentation. For the latest, please visit master documentation.

BroadcastEvent

Implements

Uses

Properties

public

$event mixed

The event instance.

Default: null
public

$tries int

The number of times the job may be attempted.

Default: null
public

$timeout int

The number of seconds the job can run before timing out.

Default: null

Methods

public

__construct ( $event ) : void

Create a new job handler instance.

Parameters

  • $event mixed
public

handle ( Factory $manager ) : void

Handle the queued job.

Parameters

protected

getPayloadFromEvent ( $event ) : array

Get the payload for the given event.

Parameters

  • $event mixed
protected

formatProperty ( $value ) : mixed

Format the given value for a property.

Parameters

  • $value mixed
public

displayName ( ) : string

Get the display name for the queued job.

public

__clone ( ) : void

Prepare the instance for cloning.