Пример #1
0
 /**
  * Wipe out singleton instance. Used mainly for unit tests.
  *
  * @static
  */
 public static function clear()
 {
     self::$_fledging = null;
 }
Пример #2
0
 /**
  * Used mainly for unit tests.
  *
  * @static
  */
 public static function clear()
 {
     self::$errors = array();
 }