Пример #1
0
 public function __invoke(ModuleEvent $e)
 {
     if (true === $this->skipConfig) {
         return;
     }
     $module = $e->getParam('module');
     if (is_callable(array($module, 'getConfig'))) {
         $this->mergeModuleConfig($module);
     }
 }