コード例 #1
0
ファイル: view.php プロジェクト: nbshelton/PWResource-OLD
 public function output()
 {
     $partial = new \PartialView($this->view, $this->model, $this->title);
     $partial->render();
 }