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