Ejemplo n.º 1
0
 public function onBootstrap(EventInterface $e)
 {
     /**
      * @var $e MvcEvent
      */
     DecoratorFactory::setContainer($e->getApplication()->getServiceManager());
     // TODO: Implement onBootstrap() method.
 }