class CallQueuedHandler (View source)

Methods

void
__construct( Dispatcher $dispatcher)

Create a new handler 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( Dispatcher $dispatcher)

Create a new handler instance.

Parameters

Dispatcher $dispatcher

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 70
void failed( array $data)

Call the failed method on the job instance.

Parameters

array $data

Return Value

void