callback) */ public static function workerFunctions(); /** * Creates an instance of the Worker plugin, and uses it to execute a single job * * @param GearmanJob $job Gearman Job object, describing the work to be done */ public static function rip(GearmanJob $job); } ?>