new classes
some new classes
This commit is contained in:
parent
93049af972
commit
97f9a6019a
16
application/core/manialinkIdHandler.php
Normal file
16
application/core/manialinkIdHandler.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace mControl;
|
||||
|
||||
/**
|
||||
* Class manialinkidHandler handles manialink id's
|
||||
*
|
||||
* @author Lukas Kremsmayr and steeffeen
|
||||
*/
|
||||
|
||||
|
||||
class ManialinkIdHandler {
|
||||
|
||||
|
||||
}
|
||||
?>
|
16
application/core/plugin.php
Normal file
16
application/core/plugin.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace mControl;
|
||||
|
||||
/**
|
||||
* Class plugin parent class for all plugins
|
||||
*
|
||||
* @author Lukas Kremsmayr and steeffeen
|
||||
*/
|
||||
|
||||
|
||||
class Plugin {
|
||||
|
||||
|
||||
}
|
||||
?>
|
16
application/core/pluginHandler.php
Normal file
16
application/core/pluginHandler.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace mControl;
|
||||
|
||||
/**
|
||||
* Class handles plugins
|
||||
*
|
||||
* @author Lukas Kremsmayr and steeffeen
|
||||
*/
|
||||
|
||||
|
||||
class PluginHandler {
|
||||
|
||||
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user