示例#1
0
文件: task.php 项目: utopszkij/lmp
 public function renderView()
 {
     if ($this->view) {
         $this->view->render();
     }
 }