$uri->setQuery()
$uri->setQuery(\Kirby\Http\Query|string|array|null $query = null): Kirby\Http\Uri
Parameters
Name | Type | Default |
---|---|---|
$query | Kirby\Http\Query |string |array |null |
null |
Return type
This method modifies the existing $uri
object it is applied to and returns it again.