Clears all configurations.

Returns

void

Source

						public static function reset() {
		static::$_configurations = array();
	}