Files
handbrake-cluster-webui/lib/RippingCluster/Worker/IPlugin.class.php
Ben Roberts 4e59b22f3a Fixed bugs with task runner classes
Fixed strict errors in foreground and background task classes.
2010-08-30 21:01:28 +01:00

11 lines
187 B
PHP

<?php
interface RippingCluster_Worker_IPlugin extends RippingCluster_IPlugin {
public static function workerFunctions();
public static function rip(GearmanJob $job);
}
?>