Omeka_Job_Factory

Package: Job\Factory

class Omeka_Job_Factory

Factory for instantiating Omeka_Job instances.

__construct($options = array())
Parameters:
  • $options

from($json)

Decode a message from JSON and use the results to instantiate a new job instance.

Parameters:
  • $json (string) –

build($data)

Instantiate a new job instance from the arguments given.

Parameters:
  • $data