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