mdref.json config
[mdref/mdref-http] / http / QueryString.md
index 9541a35fd1857ce89ed7c486050a658a0cfeb6ab..a547b1c624d84086df4eff85435f8c993b6d8a35 100644 (file)
@@ -1,4 +1,4 @@
-# class http\QueryString extends http\Object implements Serializable, ArrayAccess, IteratorAggregate
+# class http\QueryString implements Serializable, ArrayAccess, IteratorAggregate
 
 The http\QueryString class provides versatile facilities to retrieve, use and manipulate query strings and form data.
 
@@ -20,9 +20,9 @@ The http\QueryString class provides versatile facilities to retrieve, use and ma
 
 ## Properties:
 
-* private $instance = NULL  
+* private http\QueryString $instance = NULL  
   The global instance. See http\QueryString::getGlobalInstance().
-* private $queryArray = NULL  
-  The data array.
+* private array $queryArray = NULL  
+  The data.