示例#1
0
文件: Pheasant.php 项目: lox/pheasant
 /**
  * Resets the default static Pheasant instance
  */
 public static function reset($instance)
 {
     return self::$_instance = $instance;
 }