Files
handbrake-cluster-webui/lib/RippingCluster/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
132 B
PHP

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