Atomik Event Browser

Atomik::registerPluggableApplication()

Atomik::Registerpluggableapplication

Fired before a pluggable application is registered

  1. string &$plugin

    App's name

  2. string &$route

    The route that will triggered the app

  3. array &$config

    App's configuration

function myAtomikRegisterpluggableapplicationHandler(&$plugin, &$route, &$config)
{
    // your code
}

Atomik::listenEvent('Atomik::Registerpluggableapplication', 'myAtomikRegisterpluggableapplicationHandler');