new classes

some new classes
This commit is contained in:
kremsy 2013-11-09 11:06:04 +01:00
parent 93049af972
commit 97f9a6019a
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
namespace mControl;
/**
* Class manialinkidHandler handles manialink id's
*
* @author Lukas Kremsmayr and steeffeen
*/
class ManialinkIdHandler {
}
?>

View File

@ -0,0 +1,16 @@
<?php
namespace mControl;
/**
* Class plugin parent class for all plugins
*
* @author Lukas Kremsmayr and steeffeen
*/
class Plugin {
}
?>

View File

@ -0,0 +1,16 @@
<?php
namespace mControl;
/**
* Class handles plugins
*
* @author Lukas Kremsmayr and steeffeen
*/
class PluginHandler {
}
?>