class CallQueuedHandler (View source)

Methods

void
__construct( Container $container)

Create a new job instance.

void
call( Job $job, array $data)

Handle the queued job.

void
failed( array $data)

Call the failed method on the job instance.

Details

at line line 23
void __construct( Container $container)

Create a new job instance.

Parameters

Container $container

Return Value

void

at line line 35
void call( Job $job, array $data)

Handle the queued job.

Parameters

Job $job
array $data

Return Value

void

at line line 72
void failed( array $data)

Call the failed method on the job instance.

Parameters

array $data

Return Value

void