Omeka_Job_Factory

class Omeka_Job_Factory

Package: Job\Factory

Factory for instantiating Omeka_Job instances.

property _options
__construct($options = Array)
Parameters:
  • $options (unknown) –
from(string $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 (unknown) –