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.
void fire(Job $job, array $data)
Fire the job.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Foundation/Console/QueuedJob.html