Skip to content

Instantly share code, notes, and snippets.

@terjesb
Forked from shupp/gist:960980
Created March 6, 2012 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terjesb/1988062 to your computer and use it in GitHub Desktop.
Save terjesb/1988062 to your computer and use it in GitHub Desktop.
Example call to producer
<?php
$producer = new EC_Producer();
$producer->addJob('hello_world', 'HelloWorld', array('foo' => 'bar'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment