Skip to content
Snippets Groups Projects
Commit 4b257d14 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unnecessary module methods.

parent a3350ced
No related merge requests found
...@@ -65,26 +65,4 @@ class Module ...@@ -65,26 +65,4 @@ class Module
), ),
); );
} }
/**
* Initialize the module
*
* @param ModuleManager $m Module manager
*
* @return void
*/
public function init(ModuleManager $m)
{
}
/**
* Bootstrap the module
*
* @param MvcEvent $e Event
*
* @return void
*/
public function onBootstrap(MvcEvent $e)
{
}
} }
...@@ -71,17 +71,6 @@ class Module ...@@ -71,17 +71,6 @@ class Module
); );
} }
/**
* Initialize the module
*
* @param ModuleManager $m Module manager
*
* @return void
*/
public function init(ModuleManager $m)
{
}
/** /**
* Bootstrap the module * Bootstrap the module
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment