class Illuminate / Foundation / Console / QueuedCommand

QueuedCommand

Implements

Uses

Properties

protected

$data array

The data to pass to the Artisan command.

Default: null

Methods

public

__construct ( $data ) : void

Create a new job instance.

Parameters

  • $data array
public

handle ( Kernel $kernel ) : void

Handle the job.

Parameters