Atomik::registerPluggableApplication()
Atomik::Registerpluggableapplication
Fired before a pluggable application is registered
-
string &$plugin
App's name
-
string &$route
The route that will triggered the app
-
array &$config
App's configuration
function myAtomikRegisterpluggableapplicationHandler(&$plugin, &$route, &$config)
{
// your code
}
Atomik::listenEvent('Atomik::Registerpluggableapplication', 'myAtomikRegisterpluggableapplicationHandler');

