示例#1
0
 /**
  * Executes the controller.
  *
  * @return array
  */
 public function execute()
 {
     return $this->view->render('index/HomeView');
 }