コード例 #1
0
ファイル: bot.php プロジェクト: tseeker/LWB5
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new bot();
     }
     return self::$_instance;
 }