Skip to content

Kirby 5.0.4

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

Parent class

Kirby\Http\Request\Query