QueuedJob

class QueuedJob (View source)

Properties

protected Kernel $kernel The kernel instance.

Methods

void __construct(Kernel $kernel)

Create a new job instance.

void fire(Job $job, array $data)

Fire the job.

Details

void __construct(Kernel $kernel)

Create a new job instance.

Parameters

Kernel $kernel

Return Value

void

void fire(Job $job, array $data)

Fire the job.

Parameters

Job $job
array $data

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Foundation/Console/QueuedJob.html