Example #1
0
 /**
  * Resets this object to its initial state.
  *
  * The list of instances will be emptied and
  * {@link resetDefault()} will be called.
  *
  * @return void
  */
 public static function reset()
 {
     self::$Instances = array();
     self::resetDefault();
 }