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