예제 #1
0
파일: Bot.php 프로젝트: HotAttack/btcbot
 public static function get_Instance()
 {
     if (!self::$self) {
         self::$self = new Bot();
     }
     return self::$self;
 }