Exemplo n.º 1
0
 public function process()
 {
     $this->context->setDefault('action', 'ShowEventDetails');
     parent::process();
     $view = new DetailView();
     $view->setMain($this->context->getContent());
 }
Exemplo n.º 2
0
 public function process()
 {
     $this->context->setDefault('action', 'ShowAdminHome');
     parent::process();
     $view = new AdminView();
     $view->setMain($this->context->getContent());
 }