Omeka_Job_Process_Wrapper

class Omeka_Job_Process_Wrapper

Package: Job\Process

Wrapper that allows Omeka_Job to work with the existing Process/ Omeka_Job_Process_Dispatcher API. Jobs are passed in as the ‘job’ argument, and this wrapper handles decoding and executing the job.

property _process
_getJob($str)
Parameters:
  • $str (unknown) –
run($args)

Args passed in will consist of the JSON-encoded task.

Parameters:
  • $args (unknown) –
__construct(Process $process)
Parameters:
__destruct()

Project Versions

Previous topic

Omeka_Job_Process_Dispatcher

Next topic

Libraries/Omeka/Job/Worker

This Page