예제 #1
0
파일: bot.php 프로젝트: tseeker/LWB5
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new bot();
     }
     return self::$_instance;
 }