예제 #1
0
파일: task.php 프로젝트: utopszkij/lmp
 public function renderView()
 {
     if ($this->view) {
         $this->view->render();
     }
 }