Skip to content

Kirby 3.5.7.1

$query->get()

The get method is the heart and soul of this Trait. You can use it to fetch a single value of the data array by key or multiple values by passing an array of keys.

$query->get(string|array $key, mixed|null $default = null): mixed

Parameters

Name Type Default
$key * string|array
$default mixed|null null

Return type

mixed

Parent class

Kirby\Http\Request\Query