예제 #1
0
 /**
  * Wipe out singleton instance. Used mainly for unit tests.
  *
  * @static
  */
 public static function clear()
 {
     self::$_fledging = null;
 }
예제 #2
0
파일: Errors.php 프로젝트: Ali-Shaikh/linfo
 /**
  * Used mainly for unit tests.
  *
  * @static
  */
 public static function clear()
 {
     self::$errors = array();
 }