Example #1
0
 public static function create()
 {
     if (!self::$obj) {
         self::$obj = new SysInfo();
     }
     return self::$obj;
 }