QueryString
[mdref/mdref-http] / http / QueryString / mod.md
diff --git a/http/QueryString/mod.md b/http/QueryString/mod.md
new file mode 100644 (file)
index 0000000..a1ba5b8
--- /dev/null
@@ -0,0 +1,16 @@
+# http\QueryString http\QueryString::mod(mixed $params = NULL)
+
+Set additional $params to a clone of this instance. 
+See http\QueryString::set().
+
+> **Note:** This method returns a clone (copy) of this instance
+
+## Params:
+
+* mixed $params = NULL  
+  Additional params as object, array or string to parse.
+
+
+## Returns:
+
+* http\QueryString, clone.