예제 #1
0
파일: MvcReg.php 프로젝트: airymvc/airymvc2
 /**
  * Set the view file
  *
  * @param string $viewFile The view file.
  */
 public static function setViewFile($viewFile)
 {
     self::$_viewFile = $viewFile;
 }