示例#1
0
文件: bot.php 项目: tseeker/LWB5
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new bot();
     }
     return self::$_instance;
 }