Skip to content

Instantly share code, notes, and snippets.

@shupp
Created May 7, 2011 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shupp/960980 to your computer and use it in GitHub Desktop.
Save shupp/960980 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