class Illuminate / Queue / Events / Looping
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Looping

Properties

public

$connectionName string

The connection name.

Default: null
public

$queue string

The queue name.

Default: null

Methods

public

__construct ( $connectionName , $queue ) : void

Create a new event instance.

Parameters

  • $connectionName string
  • $queue string