Fixed bugs with task runner classes
Fixed strict errors in foreground and background task classes.
This commit is contained in:
15
lib/RippingCluster/Source/IPlugin.class.php
Normal file
15
lib/RippingCluster/Source/IPlugin.class.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
interface RippingCluster_Source_IPlugin extends RippingCluster_IPlugin {
|
||||
|
||||
public static function enumerate();
|
||||
|
||||
public static function load($source_filename, $scan = true, $use_cache = true);
|
||||
|
||||
public static function loadEncoded($encoded_filename, $scan = true, $use_cache = true);
|
||||
|
||||
public static function isValidSource($source);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user