Example #1
0
File: bot.php Project: tseeker/LWB5
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new bot();
     }
     return self::$_instance;
 }