new Query()
Creates a new Query object. The passed data can be an array or a parsable query string. If null is passed, the current Query will be taken from $_GET
new Query(array|string|null $data = null)
Parameters
| Name | Type | Default |
|---|---|---|
| $data | arrayorstringornull |
null
|