Initial commit
Basic framework for application including two sample plugins: TV and RouterboardFirmware.
This commit is contained in:
16
source/lib/DownloadDispatcher/Source/IPlugin.class.php
Normal file
16
source/lib/DownloadDispatcher/Source/IPlugin.class.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
interface DownloadDispatcher_Source_IPlugin extends DownloadDispatcher_IPlugin {
|
||||
|
||||
/**
|
||||
* Process files recognised by this plugin
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function run();
|
||||
|
||||
public static function create($config, $log);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user