JobFailed
class JobFailed (View source)
Properties
string | $connectionName | The connection name. | |
Job | $job | The job instance. | |
array | $data | The data given to the job. | |
int|null | $failedId | The ID of the entry in the failed jobs table. |
Methods
void | __construct(string $connectionName, Job $job, array $data, int|null $failedId = null) Create a new event instance. |
Details
void __construct(string $connectionName, Job $job, array $data, int|null $failedId = null)
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Queue/Events/JobFailed.html