Fixed bugs with task runner classes
Fixed strict errors in foreground and background task classes.
This commit is contained in:
11
lib/RippingCluster/IPlugin.class.php
Normal file
11
lib/RippingCluster/IPlugin.class.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
interface RippingCluster_IPlugin {
|
||||
|
||||
public static function init();
|
||||
|
||||
public static function name();
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user