$query->merge()
Merges the current query with the given query
$query->merge(array|string|null $query): Kirby\Http\Query
Parameters
Name | Type | Default |
---|---|---|
$query | array orstring ornull |
no default value |
Return type
This method modifies the existing $query
object it is applied to and returns it again.