Пример #1
0
 /**
  * 初始化类的实例
  * @return void
  */
 public static function clearInstance()
 {
     self::$instance = [];
 }