Files
handbrake-cluster-webui/lib/RippingCluster/IPluginFactory.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

9 lines
95 B
PHP

<?php
interface RippingCluster_IPluginFactory {
public static function init();
}
?>