Пример #1
0
 public static function getInstance()
 {
     if (self::$s_instance == null) {
         self::$s_instance = new ThreadContext();
     }
     return self::$s_instance;
 }