예제 #1
0
파일: nbFileSystem.php 프로젝트: nubee/bee
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new nbFileSystem();
     }
     return self::$instance;
 }