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