예제 #1
0
파일: html.php 프로젝트: klawd-prime/lean
 /**
  * Display the view
  */
 protected function displayView()
 {
     $view = $this->getView();
     $view->setData($this->data->toArray());
     $view->display();
 }
예제 #2
0
 /**
  * @throws Exception
  */
 public function display()
 {
     $this->view->setData($this->data->toArray());
     $this->view->display();
 }