Esempio n. 1
0
 /**
  * Bootstrap the module
  *
  * @param MvcEvent $e Event
  *
  * @return void
  */
 public function onBootstrap(MvcEvent $e)
 {
     $bootstrapper = new Bootstrapper($e);
     $bootstrapper->bootstrap();
 }
Esempio n. 2
0
 /**
  * Set up configuration manager.
  *
  * @return void
  */
 protected function initConfig()
 {
     // This is needed for initConfig to be called before
     // overridden initLanguage and initTheme
     parent::initConfig();
 }