Ejemplo n.º 1
0
 /**
  * {@inheridoc}.
  */
 public function register()
 {
     $dispatcher = new MvcDispatcher();
     $dispatcher->setDefaultNamespace('App\\Controllers');
     $dispatcher->setActionSuffix($this->getActionSuffix());
     return $dispatcher;
 }