示例#1
0
文件: driver.php 项目: javigomez/neno
 /**
  * Method to clear all the instances.
  *
  * @return void
  */
 public static function clearInstances()
 {
     self::$instances = null;
 }