コード例 #1
0
ファイル: task.php プロジェクト: utopszkij/lmp
 public function renderView()
 {
     if ($this->view) {
         $this->view->render();
     }
 }