Example #1
0
 public function dispatch()
 {
     $this->callActionFromController();
     if (!$this->controller->isRedirected()) {
         $this->controller->invokeCallbacksComponent('beforeRender');
         $this->callViewForController();
         $this->controller->invokeCallbacksComponent('shutdown');
     }
 }