Exemple #1
0
 public function output()
 {
     $partial = new \PartialView($this->view, $this->model, $this->title);
     $partial->render();
 }