예제 #1
0
파일: Request.php 프로젝트: rverbrugge/dif
 public static function getInstance()
 {
     if (self::$instance == NULL) {
         self::$instance = new ViewManager();
     }
     return self::$instance;
 }