# Query

A wrapper around a URL query string that converts it into a Kirby Obj for easier access of each query attribute.

****

- Full class name: `Kirby\Http\Query`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Query.php#L19>

****

### Query

- [$query->__call()](https://getkirby.com/docs/reference/objects/http/query/__call.md)
- [new Query()](https://getkirby.com/docs/reference/objects/http/query/__construct.md)
- [$query->__debugInfo()](https://getkirby.com/docs/reference/objects/http/query/__debug-info.md)
- [$query->__get()](https://getkirby.com/docs/reference/objects/http/query/__get.md)
- [$query->__toString()](https://getkirby.com/docs/reference/objects/http/query/__to-string.md)
- [$query->get()](https://getkirby.com/docs/reference/objects/http/query/get.md)
- [$query->isEmpty()](https://getkirby.com/docs/reference/objects/http/query/is-empty.md)
- [$query->isNotEmpty()](https://getkirby.com/docs/reference/objects/http/query/is-not-empty.md)
- [$query->merge()](https://getkirby.com/docs/reference/objects/http/query/merge.md)
- [$query->toArray()](https://getkirby.com/docs/reference/objects/http/query/to-array.md)
- [$query->toJson()](https://getkirby.com/docs/reference/objects/http/query/to-json.md)
- [$query->toKeys()](https://getkirby.com/docs/reference/objects/http/query/to-keys.md)
- [$query->toString()](https://getkirby.com/docs/reference/objects/http/query/to-string.md)